Question: Write a program that reads in a string and prints whether it -contains only letters -contains only uppercase letters -contains only lowercase letters -contains only
Write a program that reads in a string and prints whether it
-contains only letters
-contains only uppercase letters
-contains only lowercase letters
-contains only digits
-contains only letters and digits
-starts with an uppercase letter
-ends with a period
In Python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
