0
I need a help at quiz in python for beginners (Sum of Consecutive Numbers)
I can not do it well
2 Respuestas
+ 2
Check end of lection 33.1 again, this is about ranges in for loop. You can use this to loop from 1 to given number(input) and do something(calculate sum)
+ 1
Ok Thank you