下面代码的输出结果是 a = "alex" b = a.capitalize() print(a,end=",") print(b)