This repository contains a collection of Python practice questions that I’ve worked on while learning the basics of Python. Whether you’re a beginner or looking to reinforce your Python skills, you’ll find a variety of exercises here. Feel free to explore, contribute, and learn together!
Welcome to my Python practice questions repository! 🐍 Here, you'll find a curated set of exercises designed to help you strengthen your Python skills. Whether you're just starting out or aiming to become a Python pro, this repository has something for everyone.
In this repository, I've collected practice questions covering various Python concepts, including:
- Variables and data types
- Control structures (if statements, loops)
- Functions
- Lists, dictionaries, and sets
- File I/O
- And more!
Feel free to explore the folders and dive into the exercises. Each question comes with a clear problem statement and often includes hints or sample solutions.
To get started, clone this repository to your local machine:
git clone https://github.com/mudasirmurtaza/Python-Practice.git
cd python-practice-questions
The repository is organized as follows:
01-basics
: Basic Python exercises02-advanced
: More challenging problems03-projects
: Fun mini-projects
Feel free to create additional folders or contribute your own questions!
Found a bug? Want to add new questions? Contributions are welcome! Fork this repository, create a new branch, and submit a pull request. Let's learn together!
Happy coding! 🚀