So überprüfen Sie, ob der Text in Python niedriger ist

Text = "python is easy"
print(Text.islower())
Programmer of empires