23/12/2025
Day 02 | Number Analyser Program (Even/Odd, Positive/Negative, Divisible by 5) | IB Coding School
Welcome to Day 02 of Python Practice Series on IB Coding School π
In this video, we build a Number Analyzer program in Python that helps beginners understand how conditional statements and arithmetic operations work in real programs.
All Days Exercises Link:
https://github.com/illahibuxj/python_100_days_projects.git
π What this program checks:
β’ Whether a number is Even or Odd
β’ Whether it is Positive, Negative, or Zero
β’ Whether the number is Divisible by 5
π§ Concepts covered in this video:
β’ if, elif, else statements
β’ Logical operators (and, or)
β’ Modulus operator (%)
β’ Writing clean, readable output
π¨π» This video is 100% beginner-friendly and perfect if you are:
β’ New to Python
β’ Learning programming from zero
β’ Preparing for logic building & interviews
π’ Practice daily, grow daily.
Stay connected with IB Coding School for daily Python challenges and real learning πͺ
________________________________________