ceshi.py 72 B

123456
  1. # coding:utf-8
  2. import time
  3. while True:
  4. print('1')
  5. time.sleep(3)