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