下面代码的输出结果是a = "alex"b = a.capitalize()print(a,end=",")print(b) A、ALEX,alex; B、alex,Alex; C、alex,ALEX; D、Alex,Alex 发布时间:2025-10-27 15:05:17