码迷,mamicode.com
首页 > 编程语言 > 详细

python 笔记(二)type() isinstance()

时间:2017-10-27 17:44:04      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:类型   python 笔记   als   false   type   比较   instance   nbsp   str   

type():返回参数的数据类型       例:type(2)   返回<class ‘int‘>

 isinstance():返回true or false        比较参数是否是某个类型    例:a="你好"      isinstance(a,str)   返回true

python 笔记(二)type() isinstance()

标签:类型   python 笔记   als   false   type   比较   instance   nbsp   str   

原文地址:http://www.cnblogs.com/wangkeblog/p/7744080.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!