Como verificar se o texto é mais baixo no python
Text = "python is easy"
print(Text.islower())
Programmer of empires
Text = "python is easy"
print(Text.islower())