3 lines
94 B
Python
3 lines
94 B
Python
print_all(4, 3, 5, 6, 4, 3)
|
|
print_all(4, 3, 5)
|
|
print_all("Rosetta", "Code", "Is", "Awesome!")
|