This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
root
/
pynsist
同期ミラー
https://github.com/takluyver/pynsist.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Fix console example
Thomas Kluyver
11 年 前
親
4f2cef36e9
コミット
ab0e228ae7
1 ファイル変更
、
1 行追加
、
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