var = 10
print(type(var))
var = "Hello"
print(type(var))
What is the output of the following program

Posted on by