News

Python Control Structures Assignment This repository contains two Python scripts demonstrating fundamental control structures: if-else statements and for loops. Task 1: Even or Odd Number Checker This ...
Task 1: Check if a Number is Even or Odd Description: This program takes an integer input from the user and checks whether the number is even or odd using an if-else statement. How to Run: Run the ...