Respuesta :

This is for Python

Code:

variable = 14

print(type(variable))

Output:

<class 'int'>