check type of variable python3 code example Example: print variable type python v = 10 type(v) # <type 'int'>