摘要: 数字(int): 阅读全文
posted @ 2019-04-29 08:59 何颖嘉 阅读(106) 评论(0) 推荐(0)
摘要: 恢复内容开始 while循环: 死循环: while True: print(‘。。。。。。’) while简单用法: import time count = 0 while count < 10: print(‘ok’,time.time()) count = count +1 print(‘en 阅读全文
posted @ 2019-04-23 14:33 何颖嘉 阅读(109) 评论(0) 推荐(0)