Checking the type

Report a typo

We've created a program to check the data type of different variables. Fill in the gaps correctly according to the output of the program below:

105 <class 'int'>
Hello <class 'str'>
3.2 <class 'float'>
Fill in the gaps with the relevant elements
var1 = 
var2 = 
var3 = 
print(var1, (var1))
print(var2, (var2))
print(var3, (var3))
___

Create a free account to access the full topic