For: Sum of ten numbers
10 numbers are given in the input. Read them and print their sum.
PYer (2541)
Traceback (most recent call last):
File "python", line 6
lst.append(x)
^
IndentationError: unexpected indent
pole55 (68)
@fullern000, oh, just a sec! thank you!
pole55 (68)
@fullern000, done!
Also, you could do for i in range(10): #code
Instead