源代码
txt = "Hello my FRIENDS" x = txt.lower() print(x)
运行结果