摘要: python基础练习: 一、猜年龄 , 可以让用户最多猜三次! age=40 count = 1 while count <=3 : user_guess=int(input("input your guess:")) if (user_guess > age): print("try small" 阅读全文
posted @ 2016-03-27 21:11 许二哈哈哈 阅读(519) 评论(0) 推荐(0) 编辑