摘要: 一、while循环 1、语法: while 条件: 代码1 代码2 代码3 ...2、基本使用ps:for循环能做的while循环都能做,但for循环能遍历值使用比较方便使用(1) print('start.....') while 10 < 3: print('hello1') print('he 阅读全文
posted @ 2020-07-09 15:49 1024bits 阅读(378) 评论(0) 推荐(0)