0
Using a for loop, write a python program to calculate the sum of numbers from 1 to 10
2 Answers
+ 3
If you need help with your code, please show it to us.
If you have a question, please ask it directly.
+ 1
Why do it with a loop when there's that sum() function? it's Pyrhon built-in for summing ranges and iterables.