Use the print() function to format the given words in the mentioned format. Display the ** separator between each string using Python programming
belongs to collection: Python Input and Output Exercises
All Answers
total answers (1)
belongs to collection: Python Input and Output Exercises
total answers (1)
Hint:
Use the
sep
parameter of theprint()
function to define the separator symbol between each word.Solution:
need an explanation for this answer? contact us directly to get an explanation for this answer