2018年8月30日

python学习14——分支和函数。

摘要: from sys import exit def gold_room(): print("This room is full of gold. How much do you take?") next = input(">") if "0" in next or "1" in next: how_much = int(next) else: dead("Man, learn to... 阅读全文

posted @ 2018-08-30 18:03 shannon_V 阅读(461) 评论(0) 推荐(0) 编辑

导航