codeflash/code_to_optimize/sleeptime.py

6 lines
85 B
Python

import time
def sleepfunc_sequence(t) -> int:
time.sleep(t / 100)
return 1