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