0
Help me to fix the error??
a = int(input()) w = 0 for i in range(a): i= input() for j in i: w = w+int(j) print(w)
2 Respostas
+ 4
what is the prog for?
+ 2
Hey, you have an Indentation Error. The second for loop has a false positioning, should be sticking to the left side.