Python creates only real copies, if it has to, i.e. if the user, the programmer, explicitly demands it. Copying a list. >>> colors1 = ["red" ...
確定! 回上一頁