This repository contains short programming questions to practice problem-solving and basic Python development.
To begin working on the exercises:
- Fork this repository to your own GitHub account.
- Clone your fork to your computer.
- Create a new branch for the question you want to work on.
- Make your code changes and complete the question.
- Open a pull request to merge your branch into
main.
If you have not forked a repository before, GitHub's guide is here:
- Work on one question per branch when possible.
- Keep your changes focused and easy to review.
- Test your solution before opening a pull request.
The goal of this project is to give you a simple place to practice writing, debugging, and improving Python programs.