print(type(5 / 2))
print(type(5 // 2))
What is the output of the following program

Posted on by