Skip to content

Latest commit

Β 

History

History
37 lines (20 loc) Β· 679 Bytes

File metadata and controls

37 lines (20 loc) Β· 679 Bytes

🐍 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