寫過Python 的人大概都知道,在複製list 的時候最好不要直接指定,而要 ... 9, 3] print(Lt2) # [1, 9, 3] print(Lt3) # [1, 2, 3] print(Lt4) # [1, ...
確定! 回上一頁