Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to check if a variable in python is a specific data type

isinstance(variable_name, class_name) #eg. isinstance(age, int) will return True
 
PREVIOUS NEXT
Tagged: #check #variable #python #specific #data #type
ADD COMMENT
Topic
Name
2+2 =