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