摘要: 1 # 需要在python3上执行 2 import random 3 # “Test” 是 account_login函数 的文件名字 4 from Test import account_login 5 # import Test 6 7 def game (capital = 1000): 8 阅读全文
posted @ 2016-12-29 16:26 Daniel_yan_0728 阅读(168) 评论(0) 推荐(0)