Get variable types in Python

print(type(variable_name))
Previous
Next