menu
You can use the method type() to know the type of a variable for example:
type(123) # <class 'int'>