On retire le print "Perdu"

This commit is contained in:
Tipragot 2023-10-29 19:51:18 +01:00
parent a8b68bd42f
commit dd151cf496

View file

@ -147,7 +147,6 @@ def _update(world: World):
return
elif world[NombreEssai] <= 1: # si il n'a plus d'essai.
end_game(world, "Perdu")
print("Perdu")
return
elif world[RandomNumber] > int(number): # si le nombre est trop petit.
entity_text[Text] = Text("Plus grand...")