python while循環

當count=0,以count+1形式無限循環 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 #!/usr/bin/env   python # -*- coding:utf-8 -*- count  =  0 while  True :      print ( "count:" , count)      count  =  count + 1
相關文章
相關標籤/搜索