關於笨辦法學python中的習題35的筆記

#-*- coding:utf-8-*- from sys import exit def gold_room():#定義函數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:#判斷0或者
相關文章
相關標籤/搜索