Explorar el Código

devine_nombre: use a message in the prompt

master
Dimitri Merejkowsky hace 5 años
padre
commit
6f10ee0730
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      sources/02-devine-nombre.py

+ 1
- 1
sources/02-devine-nombre.py Ver fichero

@@ -4,7 +4,7 @@ secret = random.randint(0, 100)

print("Devine le nombre auquel je pense")
while True:
response = input()
response = input("votre reponse: ")
response = int(response)

if response == secret: