Python 2.7.9 Demo - isinstance

 

#coding=utf-8
#!/usr/bin/python

a = 'abc';
print isinstance(a, str);

 

posted @ 2015-07-02 22:28  nick_huang  阅读(216)  评论(0)    收藏  举报