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