Computer Science, asked by deranceadarsh, 11 days ago

PLEASE ANSWER THIS BEST ANSWER IS BRAINLIEST

Attachments:

Answers

Answered by Anonymous
1

Answer:

ch = input('Enter the character')

if ch >= 'A' and ch <= 'Z':

      print(ch, is an uppercase character)

else:

      print(ch, 'is an uppercase character')

Similar questions