久染

导航

2018年10月2日 #

Day03(黑客成长日记)

摘要: #猜数游戏 != 是不等于 # import random # secret = random.randint(1,99) # gwea = 0 # tries = 0 # while gwea != secret and tries secret: # print('Too high ') # gwea += 1 # tries += 1 # ... 阅读全文

posted @ 2018-10-02 20:31 久染 阅读(140) 评论(0) 推荐(0)

Day02 (黑客成长日记)

摘要: #用户登录次数为三代码 # i = 0 # while i = 3: # print('您尝试的次数太多请稍后再试') # 格式化输输出 % 是占位符号(备注:在格式化中如果需要使用%,则双%%) # name = input('请输入姓名:') # age = input('请输入年龄:') ... 阅读全文

posted @ 2018-10-02 14:03 久染 阅读(300) 评论(0) 推荐(0)