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

[Python] isinstance() for checking object type

时间:2017-12-11 00:46:50      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:style   body   4.0   pytho   for   instance   div   type   post   

isinstance("foo", str)
isinstance(1, int)
isinstance(4.0, float)

 

[Python] isinstance() for checking object type

标签:style   body   4.0   pytho   for   instance   div   type   post   

原文地址:http://www.cnblogs.com/Answer1215/p/8018722.html

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