Welcome to my Python practice repository! This repository contains my hands-on practice and examples covering core Python programming concepts. The aim of this project is to build a strong foundation in Python through structured topic-based exercises and code samples.
- Creating and calling functions
- Functions with parameters and return values
- Converting between int, float, str, list, tuple, and more
- Using Python type hints to improve code clarity and debugging