Search
Just like separating words into a list using a .split(), we can also join a list of strings into a sentence using .join().
.split()
.join()
We can use this method to frame sentences in our program.