A.def f(a<0,b):passB.def f(a,b):passC.def f(a,b,):passD.def f(a,b==0):pass
定义函数:A a < 0是运算符,不行。C 多了,D b == 0是赋值语句,应该为 b = 0
传参数,固定语法