string = "python" string.islower() #returns true or false #or we can use this string == string.lower() #returns true or false