下面代码的输出结果是( )a = 'alex'b = acapitalize()print(a,end=',')print(b) A、alex,AlexB、Alex,AlexC、alex,ALEXD、 ALEX,alex 发布时间:2025-05-21 18:04:21