sum of all even numbers While Loops

Write a Python program to find the sum of all even numbers from 1 to 100 using a while loop.
The sum of even numbers from 1 to 100 is: 2550 
Total : 0 Discussion
Login