用Python寫一個猜數字遊戲

2015.5.25第一天下載Python IDLE,寫個猜數字的小遊戲來熟悉這門語言: 1 times=6 2 letters=[100] 3 for i in range(1,times): 4 a = input("input the number you guess:") 5 try: 6 b = int(a) 7 if isin
相關文章
相關標籤/搜索