comment python file

string = "example"
#uppder
print(string.uppder())
#lower
print(string.lower())
Tame Toad