/Exercices

Exercices done for the python course with OpenClassrooms

Primary LanguagePython

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 :

  1. Leap Year: The aim was to create a program wich say to the user if a year is a leap year or not.
  2. Multiplication Table: The aim was to create a function and after a module.
  3. Roulette: The first "real" exercice. It's a roulette game with simple rules.
  4. Hanging Game: Create an Hanging Game with modules.
  5. Race: Create a race game by using Classes and Methods.
  6. Blog: Create a blog with MySQL.