Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
E2L_Ivry
/
cours-python
Tarkkaile
5
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
devine_nombre: use a message in the prompt
master
Dimitri Merejkowsky
5 vuotta sitten
vanhempi
818f6fbebe
commit
6f10ee0730
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
sources/02-devine-nombre.py
+ 1
- 1
sources/02-devine-nombre.py
Näytä tiedosto
@@ -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: