This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
root
/
pynsist
peilaus alkaen
https://github.com/takluyver/pynsist.git
Tarkkaile
1
Äänestä
0
Haarauta
0
Tiedostot
Esitykset
0
Wiki
Selaa lähdekoodia
Fix console example
Thomas Kluyver
11 vuotta sitten
vanhempi
4f2cef36e9
säilyke
ab0e228ae7
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
1
1
examples/console/guessnumber.py
+ 1
- 1
examples/console/guessnumber.py
Näytä tiedosto
@@ -2,7 +2,7 @@
import random
-def main()
+def main()
:
number = random.randint(1, 100)
guesses = 0