Skip to content

BrowserGameDijkstra/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Python Beginner Exercises Repository

Welcome to my little Python Exercises repository! This collection is designed to get started with your Python programming

Exercises

The exercises cover a range of topics and difficulty levels. Here are some examples of what you can expect:

  1. Basic Syntax and Operations
  2. Data Structures (Lists, Dictionaries, Sets, Tuples)
  3. Control Flow (Loops, Conditionals)
  4. Functions and Modules

How to Contribute

Contributions are welcome! If you have an exercise you'd like to add or an improvement to an existing one, please follow these steps:

  1. Fork this repository.
  2. Create a new branch for your feature or bugfix:
    git checkout -b your-feature-branch
  3. Make your changes and commit them:
    git commit -m "Add your feature or fix description"
  4. Push to the branch:
    git push origin your-feature-branch
  5. Create a pull request with a detailed description of your changes.

Contact

If you have any questions or suggestions, feel free to open an issue or reach out to the repository owner.

Happy coding!


Link to the Repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages