Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

type(type) == type

type(type) == type
# Returns True

type(int) == int
# Returns False

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