What will be the output of the following code snippet?


print(type(5 / 2))
print(type(5 // 2))

Posted on by