Welcome to my exercices repository
A litlle place for all exercices i'm doing for the Python course on OpenClassrooms
How it works ?
Each directory is an exercice during my learning time. For bigger projetcs see my others repositories
List of exercices :
- Leap Year: The aim was to create a program wich say to the user if a year is a leap year or not.
- Multiplication Table: The aim was to create a function and after a module.
- Roulette: The first "real" exercice. It's a roulette game with simple rules.
- Hanging Game: Create an Hanging Game with modules.
- Race: Create a race game by using Classes and Methods.
- Blog: Create a blog with MySQL.