Back to Lesson
Custom Separator
Print multiple items with a custom separator.
Instructions
- Print the words,
Python,is.fun - Use hyphensas the separator using the
-parameter.sep
main.py
main.py
Ctrl + Enter