Welcome to Basic Python Programming – a beginner-friendly repository to help you learn and practice the fundamentals of Python.
This project contains Python files covering all the core topics every beginner should know.
- ✅ Variables and Data Types
- ✅ Taking User Input
- ✅ Type Conversion
- ✅ Operators (Arithmetic, Comparison, Logical)
- ✅ Conditional Statements (
if
,else
,elif
) - ✅ Loops (
for
,while
) - ✅ Functions
- ✅ Lists and Loops
- ✅ Dictionaries
- ✅ String Methods and Indexing
- ✅ Number Guessing Game
- ✅ Modules (
random
,math
)