01 2021 档案

摘要:习题31:作出决定 代码展示 print("""You enter a dark room with two doors.Do you go through door #1 or door #2?""") door = input("> ") if door == "1": print("There 阅读全文
posted @ 2021-01-20 21:31 20209135张文锦 阅读(110) 评论(0) 推荐(0)