def hello_world(s: str) -> None: print(f"Hello {s} !")