Computer Science, asked by parassrivastav, 5 months ago

wap to check whether the entered character is in uppercase or lowercase..​

Answers

Answered by valeriy69
1

\small\mathsf\color{pink}{Solution\: using\: python\: 3}

c = input("enter char: ")

if c.isupper():

print("upper")

else:

print("lower")

\small\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions