Question: Python Ask the user to enter a character and find out if the character is numeric (a digit from 0-9), an uppercase letter, a lowercase
Ask the user to enter a character and find out if the character is numeric (a digit from 0-9), an uppercase letter, a lowercase letter, or none of these. Remember that all characters are defined by ASCII codes, and you do not need to convert the input to int or float. You can just compare it with other values. For example, if the entered character is between 'a an d 'z, the character is a lowercase letter
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
