supérieur inférieur en pytho

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