This can be achieved by keyword arguments. But all the keyword arguments should match the parameters in the function definition. Example: def add(a,b=5,c= ...
確定! 回上一頁