>>> x = 10
>>> print(type(x))
<class 'int'>
>>> matn = "salom"
>>> print(type(matn))
<class 'str'>