2020年10月16日

笨方法学python3 习题35

摘要: #笨方法学python3 练习35from sys import exitdef gold_room(): print("This room is full of gold. How much do you take?") choice = input("> ") #这个地方这么写没明白 if "0 阅读全文

posted @ 2020-10-16 15:12 相思木木 阅读(280) 评论(0) 推荐(0)

导航