python入门 while 循环练习
2021-06-29 23:04
阅读:298
""" """ 注释整段代码 # 注释单行代码
""" 1.输出1 2 3 4 5 6 8 9 10 n = 1 while n""" 2.输出1-101内所有偶数 n = 1 while n
""" 5.求1-2+3-4+5-6+7-8....99 n = 1 s = 0 while n
上一篇:python os模块 遍历目录
下一篇:python 入门
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:python入门 while 循环练习
文章链接:http://soscw.com/index.php/essay/99574.html
文章标题:python入门 while 循环练习
文章链接:http://soscw.com/index.php/essay/99574.html
评论
亲,登录后才可以留言!