A
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: 30
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.