tutorial.eyehunts.com
Python print object type | Example code
Use type() function to get object type and then print it using a print() function in Python. Pass the object as argument into type() built-in
Rohit