This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
root
/
pynsist
espejo de
https://github.com/takluyver/pynsist.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Fix console example
Thomas Kluyver
hace 11 años
padre
4f2cef36e9
commit
ab0e228ae7
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
examples/console/guessnumber.py
+ 1
- 1
examples/console/guessnumber.py
Ver fichero
@@ -2,7 +2,7 @@
import random
-def main()
+def main()
:
number = random.randint(1, 100)
guesses = 0