I'm new to python and need to do a program that adds the digits that belong to the same position in a list, for example:
Lista = ['22659', '387685', '89546']
The result of the sum of the list [0] would be 24 (2 + 2 + 6 + 5 + 9), putting all...
asked by
20.09.2017 / 20:15