News

We first took the string as input using the input function.; Then, we converted all its letters to the capital case using the upper function.; Next, using the len function we printed the length of the ...
Access your Python editor. Prompt the user to enter data using the "raw_input" function and the "lower" function. For example, type:text = raw_input("Enter a Letter: ").lower() print text ...