def sleep()

in functions/simple/simple.py [0:0]


def sleep(sleep_time):
	time.sleep(sleep_time)