+ 1
Sum of Consecutive Numbers help??
I am almost done with the python beginner course, and everything is going well, but I have gone over this python course many times to see if I’m missing anything and I can’t find the answer to the Sum of Consecutive Numbers problem. Here’s what I have so far: https://code.sololearn.com/cCffaK2D7hCB/?ref=app
3 Respuestas
+ 2
print(sum(list(x)))
+ 2
Thank you
0
I am so stupid