cara memeriksa apakah teks lebih rendah dalam python
Text = "python is easy"
print(Text.islower())
Programmer of empires
Text = "python is easy"
print(Text.islower())