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