def cale(a,b): c=a+b return c result=cale(10,20) print(result) ... 不會影響n1的值如果是可變對象,在函數體的修改會影響到實參的值arg2的 ...
確定! 回上一頁