Back to Lesson

Custom Separator

Print multiple items with a custom separator.

Instructions

  • Print the words
    Python
    ,
    is
    ,
    fun
    .
  • Use hyphens
    -
    as the separator using the
    sep
    parameter.
main.py
main.py