Question: Write a Python program that prompts the user to enter a string, and then displays the message Uppercase when the given string contains only uppercase
Write a Python program that prompts the user to enter a string, and then displays the message "Uppercase" when the given string contains only uppercase characters. Hint: Use the upper() method.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
