import time def main(): while True: print("Ubuntu runs containers!") time.sleep(5) if __name__ == "__main__": main()