当前位置:Gxlcms > Python > python怎么查看变量类型

python怎么查看变量类型

时间:2021-07-01 10:21:17 帮助过:68人阅读

python怎么查看变量类型

Python判断变量的数据类型的两种方法

Python中的数据类型有数字、字符串,列表、元组、字典、集合等。

有两种方法判断一个变量的数据类型

1、isinstance(变量名,类型)

a9a6be62edacc376aebfa8393daffc4.png

2、通过与其他已知类型的常量进行对比

627778042a2d2d86f483af1fa17739e.png

相关推荐:《Python教程》

以上就是python怎么查看变量类型的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行