from time import * print(monotonic()) sleep(1) print(monotonic()) sleep(2) print(monotonic()) sleep(1) print(monotonic())