python中的数据类型分为mutable 和immutablemutable有:list, dictimmutable有:int, string, float, tuple...mutable有:list, dict例如:myList ...
確定! 回上一頁