"Given a list of strings, print the contents of the list to the screen."
print(stringlist)
or if you want to get fancy:
print(", ".join(stringlist))
When do I start? I feel like I nailed it.
/s
or if you want to get fancy:
When do I start? I feel like I nailed it.
/s