Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get the type of a variable in python

age = 28
#To get the type us following command
print(type(age))
 
PREVIOUS NEXT
Tagged: #type #variable #python
ADD COMMENT
Topic
Name
4+7 =