hello_world.py 72 B

123
  1. import time
  2. for i in range(50):
  3. print(f'{int(time.time())}: {i*i}')