def my_s(*names):
for x in names: print(f"Hi {x}") return print(my_s("Johny","Mike"))
the code is fine but it only