Question: PYTHON 3.0+ Problem 3.17: Write a program that reads in a string and prints whether it: - contains only letters - contains only uppercase letters
PYTHON 3.0+
Problem 3.17: 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
