python mutable as default parameter(NONONO). def f(l=[]): l.append(l). print(l). f(). f(). 那么在python那些是immutable呢?
確定! 回上一頁