Fix: correction de cédric
This commit is contained in:
parent
19d38365eb
commit
0000d10235
@ -159,7 +159,7 @@ def build_players(nbr):
|
||||
def can_play(player):
|
||||
"""détermine si un joueur peu encore jouer
|
||||
|
||||
:param player: une joueur
|
||||
:param player: un joueur
|
||||
:return: True if his score is lower than 21
|
||||
|
||||
:example:
|
||||
@ -185,7 +185,7 @@ def can_play(player):
|
||||
def won(player):
|
||||
"""Détermine si un jour a gagné c'est à dire qu'il a atteint les 21 points
|
||||
|
||||
:param player: une joueur avec une main
|
||||
:param player: un joueur avec une main
|
||||
:return: True si le joueur a exactement 21 points
|
||||
|
||||
:example:
|
||||
|
@ -1,6 +1,7 @@
|
||||
### import nécéssaires pour le TP
|
||||
import time
|
||||
from tkinter import *
|
||||
from pile import Pile
|
||||
|
||||
####################################################################################
|
||||
# Labyrinthe
|
||||
|
Loading…
Reference in New Issue
Block a user