check class of object python code example Example: identify object python print(type('string')) # <class 'str'> print(type('string') is str) # True