def hello(name): return f"Hello {name}!" if __name__ == "__main__": print(hello("World"))