Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Sum of numbers
Python Code Challenge
65 -
Write a program that prompts the user for a number and then calculates the sum of all numbers from 1 to that number using a while loop.
Python
Numbers
While Loops