摘要: #!/usr/bin/python #_*_ coding:utf-8 _*_ #练习题 #1、使用while循环输入 1 2 3 4 5 6 8 9 10 #a.定义一个变量存放数字 #b.用while判断大于10结束 test1=1 while test1<=10: print(test1) t 阅读全文
posted @ 2018-03-22 07:04 启云星 阅读(161) 评论(0) 推荐(0) 编辑