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'>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'>var1 =
var2 =
var3 =
print(var1, (var1))
print(var2, (var2))
print(var3, (var3))Create a free account to access the full topic