suppose there is this code
import time function(): print("abcd") time.sleep(1) print("efgh") function()
I want the <