Question: Write the Python code the prompts fo enter their favorite restaurant. Use string methods to manipulate the the input to display the following (Example: Let

Write the Python code the prompts fo enter their favorite restaurant. Use string methods to manipulate the the input to display the following (Example: Let us suppose that the user entered: Burger King) Make your output look like the Sample Output below. Sample Output: The number of characters: 11 The name of restaurant in all uppercase letters: BURGER KING The name of restaurant in all lowercase letters: burger king The first three letters in the name of restaurant: Bur The last letter in the name of restaurant: g
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
