单项选择题

定义如下的函数,下面哪种函数调用会出错___________。def P(a1,a2=2,a3=3):     print(a1,a2,a3)
A、P(a2=10,a3=10)
B、P(10,a3=10)
C、P(a3=10,a1=10)
D、P(10)

微信扫码免费搜题