假设有自定义函数funkw(a, age,k=0, *city),则下列调用方式中,错误的是
A、funkw(20, 30,3,'西安')
B、funkw(20, 30,'西安')
C、funkw(20, 30,3,city='西安')