Python Repository 🚀 Welcome to my personal programming practice repository! Here, I solve and organize problem statements using Python — starting from the very basics and gradually moving towards ...
*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.