import time if __name__ == "__main__": print('python process!') while True: time.sleep(1)