3 lines
62 B
Python
3 lines
62 B
Python
|
|
args = ["Rosetta", "Code", "Is", "Awesome!"]
|
||
|
|
print_all(*args)
|