Get the answers you need at Westonci.ca, where our expert community is always ready to help with accurate information. Explore thousands of questions and answers from a knowledgeable community of experts on our user-friendly platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

Which string method returns true if the character is a lowercase letter?

letter = input("Enter a letter: ")

islower(letter)

isLower(letter)

letter.islower() * is correct

letter.isLower()