def test123(name: str) -> str: print(name) test123("HALLO")