Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

type of type is equal to type

type(type) == type
# Returns True

type(int) == int
# Returns False

# ??????
 
PREVIOUS NEXT
Tagged: #type #type #equal #type
ADD COMMENT
Topic
Name
6+9 =