Prompt the user for a word and then print out the string length formatted like the following input.

Enter word: example
Length: 7
Note: While it can be frustrating, coding to a specification requires that the output match exactly what is requested. If you have an error make sure it contains the correct spacing and newlines when needed.

Python