摘要: print("Do you have 3 chances!")age_of_oldboy = 56count = 0while count <3: guess_age = int(input("Guess Age:")) if guess_age == age_of_oldboy : print(" 阅读全文
posted @ 2016-11-20 17:48 Chzki 阅读(159) 评论(0) 推荐(0)