So überprüfen Sie, ob Text in Python in Obermaterial ist
# plz suscribe to my youtube channel -->
# https://www.youtube.com/channel/UC-sfqidn2fKZslHWnm5qe-A
Text = "python is easy"
print(Text.isupper())
Programmer of empires