This is for Python
Code:
variable = 14
print(type(variable))
Output:
<class 'int'>
9.5m questions
12.2m answers