Python while 循环

 while循环的使用

1 count = 0
2 while True:
3     print("conunt:",count)
4     conunt = conunt +1 

注:while:作为循环命令。

  True :代表真,永远执行。

posted @   kevin.Xiang  阅读(272)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示