第二天python小练习题
摘要:
#!/usr/bin/python# -*- coding:utf-8 -*- #使用while循环输入 1 2 3 4 5 6 8 9 10"""n = 0while n >=0 and n < 10 : n += 1 if n == 7 : continue print(n)#求1-100的所有 阅读全文
posted @ 2017-02-26 20:39
python小菜鸟
阅读(111)
评论(0)
推荐(0)
浙公网安备 33010602011771号