print2.py 87 B

1234567
  1. import time
  2. for i in range(5):
  3. print('aaa')
  4. time.sleep(1)
  5. print('act 0.998')