摘要: from sys import exit def gold_room(): print("This room is full of gold . How much do you take.") choice = input(">") if "0" in choice or "1" in choice 阅读全文
posted @ 2020-04-11 10:31 你走我不走 阅读(218) 评论(0) 推荐(0) 编辑