python中元组与列表的区别

python中使用元组与列表的主要区别在于,元组创建后不可修改,列表在任何时刻都可以修改。 元组举例: bre […]

python中元组与列表的区别 Read More »