def f4(*args): return ",".join(args) print(f4("name"))print(f4("name","role","address"))
Standard input is empty
name name,role,address
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!