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