源代码
txt = "hello, and welcome to my world." x = txt.capitalize() print (x)
运行结果