sum of all even numbers

Write a Python program to calculate the sum of all even numbers from 1 to 50 using a for loop.
The sum of even numbers from 1 to 50 is: 650
Total : 0 Discussion
Login