# Application 2 : s=input("Entrez une chaîne :") # Solution 1 : print(s.upper().swapcase()) # Solution 2 : print(s.lower())