以下自定义函数def interest(money,day=1,rate=0.05): 调用错误的是( )
A、interest(day=2,3000,0.05);
B、interest(3000);
C、interest(3000,3,0.1);
D、interest(3000,rate=0.01,day=7)
发布时间:2025-08-11 19:37:59
A、interest(day=2,3000,0.05);
B、interest(3000);
C、interest(3000,3,0.1);
D、interest(3000,rate=0.01,day=7)