文章分类 -  pythonLearning

摘要:number=59guessing_times=6a=True while a==True: guess = int(input("Enter an integer: ")) if guess==number: a=False#True False the word must be commence 阅读全文
posted @ 2017-11-30 21:20 prinz0 阅读(77) 评论(0) 推荐(0)