[Python] isinstance() for checking object type

Posted Answer1215

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Python] isinstance() for checking object type相关的知识,希望对你有一定的参考价值。

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

 

以上是关于[Python] isinstance() for checking object type的主要内容,如果未能解决你的问题,请参考以下文章

python 基础

Python函数-迭代器

Python之路-迭代器

Python实用笔记 (11)高级特性——迭代器

DAY2-Python学习笔记

Python isinstance() 函数 Python 内置函数 Python 内置函数