python print datatype code example Example 1: how to check the type of a variable in python print(type(x)) Example 2: how to print data type in python var = 23.0 print(type(var)