Procházet zdrojové kódy

Fix console example

Thomas Kluyver před 11 roky
rodič
revize
ab0e228ae7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/console/guessnumber.py

+ 1 - 1
examples/console/guessnumber.py

@@ -2,7 +2,7 @@
 
 import random
 
-def main()
+def main():
     number = random.randint(1, 100)
     guesses = 0