def hello_world(): print('Hallo Welt') if __name__ == '__main__': hello_world()