摘要:
#!/usr/bin/eny python #! -*- coding:utf-8 -*- """ import time a1 = True while a1: print('1') time.sleep(3) a1 = False print('end') """ #菜比的输出10内的整数。 #break 用于跳出循环。 """ a1 = True nub = 1 ... 阅读全文
posted @ 2017-02-10 01:47
60tian
阅读(207)
评论(0)
推荐(2)

浙公网安备 33010602011771号