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