莱科宁chen

导航

2017年7月18日 #

7月18日

摘要: # while 条件:# 循环体的代码1# 循环体的代码2# 循环体的代码3# count=0# while count < 10:# print(count)# count+=1# while True: #死循环# print('ok')# while 1: #死循环# print('ok')# 阅读全文

posted @ 2017-07-18 21:22 莱科宁chen 阅读(109) 评论(0) 推荐(0)