Skip to content
Snippets Groups Projects
Commit 64ce4a77 authored by Thierno Abdoulaye Diallo's avatar Thierno Abdoulaye Diallo
Browse files

Upload New File

parent a0809177
No related branches found
No related tags found
No related merge requests found
class Plateau():
""" à_remplacer_par_ce_que_fait_la_classe
Exemple(s) :
$$$
"""
def __init__(self,taille:int,liste_vehicule:list[str]):
""" Initialise le plateau de la grille
Précondition :
Exemple(s) :
$$$
"""
self.taille=taille
self.liste_vehicule=liste_vehicule
def __initialiser_grille__(
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment