bagian atas di pytho

myString = "Hello"
myString.upper() #returns "HELLO"
myString.lower() #returns "hello"
Sad Santa