Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Projet AP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thierno Abdoulaye Diallo
Projet AP
Commits
64ce4a77
Commit
64ce4a77
authored
2 months ago
by
Thierno Abdoulaye Diallo
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
a0809177
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
class_plateau.py
+18
-0
18 additions, 0 deletions
class_plateau.py
with
18 additions
and
0 deletions
class_plateau.py
0 → 100644
+
18
−
0
View file @
64ce4a77
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment