摘要: 1、判断下列逻辑语句的True,False. 1),8 or 3 and 4 or 2 and 0 or 9 and 7 8 2),0 or 2 and 3 and 4 or 6 and 0 or 3 4 3、下列结果是什么? 1)、6 or 2 > 1 6 2)、3 or 2 > 1 3 3)、0 阅读全文
posted @ 2018-01-22 23:49 虫洞小鳗鱼 阅读(181) 评论(0) 推荐(0) 编辑
摘要: #1、使用while循环输入 1 2 3 4 5 6 8 9 10 # count = 0 # while count < 10 : # count += 1 # if count == 7 : # continue # print(count) #2、求1-100的所有数的和 pass #3、输出 阅读全文
posted @ 2018-01-22 16:10 虫洞小鳗鱼 阅读(290) 评论(0) 推荐(0) 编辑