Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 363 Bytes

File metadata and controls

13 lines (11 loc) · 363 Bytes

Python Basics 🐍

A collection of simple Python programs and exercises to learn and practice the fundamentals of Python programming.

📌 Topics Covered

  • Variables and Data Types
  • Input and Output
  • Operators
  • Conditional Statements (if, else, elif)
  • Loops (for, while)
  • Functions
  • Lists, Tuples, and Dictionaries
  • Basic String Operations