9951 explained code solutions for 126 technologies
type(object)ctrl + cgithub
type(object)
type(
return type of the object
object
object variable to get type of
obj = 'hi' print(type(obj))
<class 'str'>