Cómo verificar si el texto es más bajo en Python
Text = "python is easy"
print(Text.islower())
Programmer of empires
Text = "python is easy"
print(Text.islower())