Run
x = "HELLO World!" x_lower = x.lower() print(f"Lower string : {x_lower}")
Output