Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Corentin MIMEAU
PolyDefense
Commits
f9628e99
Commit
f9628e99
authored
Nov 30, 2015
by
Vincent BRULE
Browse files
up
parent
0d4a7400
Changes
1
Hide whitespace changes
Inline
Side-by-side
joueur.py
View file @
f9628e99
...
...
@@ -4,7 +4,7 @@ class Joueur :
def
__init__
(
self
)
:
self
.
base
=
None
# Base du joueur
self
.
nom
=
"
Thomas
"
# Nom du joueur
self
.
nom
=
""
# Nom du joueur
self
.
numero
=
1
...
...
@@ -14,3 +14,6 @@ class Joueur :
def
modifier_numero
(
self
,
n
):
self
.
numero
=
n
def
recuperer_numero
(
self
):
return
self
.
numero
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment