import time # it may be tempting to do this, but # this is not the correct way to delay # an operation in Python inside of # TouchDesigner time.sleep(1) print("oh, hello there")