(
original
) (
raw
)
import time while True: print(time.monotonic()) time.sleep(1)