摘要
在Python编程中,经常会使用到数据类型。本文介绍了可变类型和不可变类型的概念,分析了可变类型和不可变类型的特点及判断的方法,列举了Python中常见的可变与不可变类型,最后分析了可变类型和不可变类型在函数参数传递方面的应用与区别。
Data types are often used in Python programming.This paper introduces the concepts of variable type and immutable type,analyzes the characteristics and judgment methods of variable type and immutable type,lists the common variable and immutable type in Python,and finally analyzes the application and difference of variable type and immutable type in function parameter transfer.
作者
陈玲
CHEN Ling(Luzhou Vocational&Technical College,Luzhou Sichuan 646000)
出处
《数字技术与应用》
2020年第11期68-70,共3页
Digital Technology & Application
关键词
可变类型
不可变类型
判断方法
参数传递
variable type
immutable type
judgment method
parameter passing