π Python Conditional Statements β Practice Programs
π About This Repository
This repository contains my practice programs on Python Conditional Statements.
I created this while strengthening my core Python fundamentals for software developer and data analyst roles.
π Topics Covered
if statement
if-else statement
if-elif-else ladder
Nested if statements
Logical operators (and, or, not)
Comparison operators
Real-time condition-based problems
π― Purpose of This Practice
To build strong fundamentals in Python
To improve logical thinking
To prepare for coding interviews
To strengthen problem-solving skills
π Technologies Used Python 3 VS Code