Level A.
Write a program that calculates the sum of three numbers, entered in the form of a character string. All numbers are integers.
example = input('Введите пример: ') example = list(example) for i in range (len(example)): example[i] = int(example[i]) print (example)
list()
function in the code you gave. Guess exactly how you use some function, do not like here. Edit the question by adding all the necessary code. - Enikeyschik