Google News
logo
Python - Interview Questions
How will you check in a string that all characters are in uppercase?
isupper() : Returns true if string has at least one cased character and all cased characters are in uppercase and false otherwise.
Advertisement