发布时间:2019-08-15 10:12:11编辑:auto阅读(1941)
while 判断条件: #在给定的判断条件为 true 时执行循环体,否则退出循环体
执行语句
count = 0
while (count < 3):
print ('The count is:', count)
count = count + 1
print ("Good bye!")
The count is: 0
The count is: 1
The count is: 2
Good bye!
上一篇: 初识Python(一)
下一篇: python reduce分析
50492
49794
40392
37412
31832
28692
27624
22407
22407
20721
479°
1094°
895°
832°
1076°
954°
1566°
2935°
2608°
2006°