Jak sprawdzić, czy tekst jest niższy w Pythonie
Text = "python is easy"
print(Text.islower())
Programmer of empires
Text = "python is easy"
print(Text.islower())