def greet (name): return f"Привіт ще раз, {name}!"res = greet ("Мяу")print(res)
Standard input is empty
Привіт ще раз, Мяу!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!