from time import sleep sleep(2) print("hello world")
import time #gets the builtin time module time.sleep(5) #lets the code sleep