Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to Show type of a variable

#How to Know type of a variable

a = 89 #make a variable
print(type(a))   #print <class 'int'>
 
PREVIOUS NEXT
Tagged: #How #Show #type #variable
ADD COMMENT
Topic
Name
1+6 =