Условие:
In the 19th and 20th centuries, every single character in a telegram was paid for. Help Stepan to plan the cost of a telegram by counting and printing how many characters his text consists of.
INPUT FORMAT
• String with the text of the telegram.
OUTPUT FORMAT
• A string like "There are exactly <the telegram length> characters in: «the telegram text»", where «the telegram length» is an integer corresponding to the number of characters in the text (including spaces) and «the telegram text> is the string with the text of the telegram.
