print("Python is fun!")
Print the following concatenations:
The letters of a word, each in its own string.
The individual words of a sentence. Place spaces between each word using separate strings.
The individual characters in a sentence, including spaces and punctuation. Each and every character should be in its own string.
Place comments explaining your code.