Assignment 2: Control Structures in Python Module 3 – Control Structures This repository contains solutions to Assignment 2 from Module 3: Control Structures in Python. The assignment includes two ...
Task 1: Check if a Number is Even or Odd Problem Statement: Write a Python program that: Takes an integer input from the user. Checks whether the number is even or odd using an if-else statement.