import os import time def main(): print("Hello, world!") time.sleep(5)