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