IDNLearn.com provides a platform for sharing and gaining valuable knowledge. Our platform provides accurate, detailed responses to help you navigate any topic with ease.

Which string method returns true if the character is an uppercase letter?
letter =input("Enter a letter: ")
Oisupper(letter)
Oletter.isUpper()
Oletter.isupper()
OisUpper(letter)