This repository contains a Python practice file for learning conditional statements in Python.
- if statement
- if else statement
- if elif else
- Nested if
- Comparison operators
- Logical operators
- Decision making
- Check even or odd
- Check positive or negative
- Find greatest number
- Grade calculator
- Age eligibility examples
- Beginner exercises
if_else.py
This file was created to understand decision-making logic in Python and improve programming fundamentals.