Question:medium

What will be the output?
x = 5
y = 2
print(x // y)

Show Hint

To remember the difference: - ‘/‘ gives you the decimal. - ‘//‘ gives you the integer (quotient). - ‘%‘ gives you the remainder.
Updated On: May 11, 2026
  • 2.5
  • 2
  • 3
  • Error
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0


Questions Asked in CUET (UG) exam