结果:找到“笨方法学”相关内容7个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
照着《笨方法学python》敲ex35.py的时候出错,版本是python2
2 个回复 - 1896 次查看
from sys import exitdef gold_room():
print "This room is full of gold. How much do you take."
next = raw_input("> ")
if "0" in next or "1" in next:
how_much = int(next)
el ...
2015-9-4 18:32 - MrDyson - python论坛