Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to find the data type in python

x = 5
print(type(x))
print(type("python") 
 
PREVIOUS NEXT
Tagged: #find #data #type #python
ADD COMMENT
Topic
Name
9+8 =