This website works better with JavaScript
Home
Explore
Help
Register
Sign In
root
/
pynsist
mirror of
https://github.com/takluyver/pynsist.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix console example
Thomas Kluyver
11 years ago
parent
4f2cef36e9
commit
ab0e228ae7
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
examples/console/guessnumber.py
+ 1
- 1
examples/console/guessnumber.py
View File
@@ -2,7 +2,7 @@
import random
-def main()
+def main()
:
number = random.randint(1, 100)
guesses = 0