T
Q. What is the output of the following code?
Code:
x = 2.5
y = 2
print x//y
y = 2
print x//y
- Correct Answer - Option(B)
- Views: 149
- Filed under category Python
Discusssion
Login to discuss.