发布时间:2019-09-22 07:59:02编辑:auto阅读(3337)
模块:time
import time
count = 0
a = int(input('time:'))
while (count < a):
count_now = a - count
print(count_now)
time.sleep(1)#sleep 1 second
count += 1
print('done')
上一篇: python中,exit,return,
下一篇: 怎么查看Anaconda内置的Pytho
53060
39986
34364
30118
25014
24817
23192
16659
14831
14330
648°
610°
668°
685°
733°
860°
824°
848°
944°
868°