1. Uses a for loop to iterate over numbers from 1 to 50. 2. Calculates the sum of all integers in this range. 3. Displays the final sum.
This repository contains two Python scripts for the Module 3 assignment of the Tutedude Python course, focusing on control structures: even_odd.py: Checks whether a user-provided integer is even or ...