Variable Arguments Print
Geoffrey Challen // 1.0
Write a function called print_many
that accepts any number of str
arguments and prints each on its own line.
Write a function called print_many
that accepts any number of str
arguments and prints each on its own line.