Same problem as before, but you decide to use more of your new Python skills. You are

Question:

Same problem as before, but you decide to use more of your new Python skills. You are going to increase the spaces between the words. Write a function that takes a string and a number of spaces to insert between each word, then print out the resulting string.

>>> spaceout("It was a dark and stormy night",3)

It was a dark and stormy night

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: