标签:pytho images 两种 blog 数字 字符串 com png 集合
一、Python中的数据类型有数字、字符串,列表、元组、字典、集合等。有两种方法判断一个变量的数据类型
1、isinstance(变量名,类型)
2、通过与其他已知类型的常量进行对比
Python判断变量的数据类型的两种方法
原文地址:http://www.cnblogs.com/jessicaxu/p/7727264.html