Как проверить, ниже ли текст в Python
Text = "python is easy"
print(Text.islower())
Programmer of empires
Text = "python is easy"
print(Text.islower())