This repository contains the solutions for Assignment 2 of Module 3: Control Structures in Python.
- The program takes an integer input from the user and checks if it is even or odd.
- Script:
task1.py
- The program calculates the sum of integers from 1 to 50 using a
forloop. - Script:
task2.py
- Clone the repository.
- Run the scripts using Python:
python task1.pypython task2.py