Write a program to accept a character and check whether it is in lowercase or not.
Answers
Answered by
0
Answer:
ch =input("ent a character\n");
if(ch.islower()):
print("char is of lowercase")
Explanation:
This is the program written in Python
Here is used a built in module of python islower which returns true if the char is in lowercase
Output is attached look at that
HOPE IT HELPS YOU
DO FOLLOW FOR MORE PROGRAMS
MARK AS BRAINLIEST
Attachments:
Similar questions
Math,
2 months ago
Social Sciences,
2 months ago
Computer Science,
5 months ago
English,
5 months ago
Math,
10 months ago
Math,
10 months ago