Q33
What is the result of 10 // 3 ?
A.
3
AnswerB.
3.0
C.
3.33
D.
0
Answer: Option A
Solution
Answer: Option A
Solution:
The // operator performs floor division, resulting in the quotient without the fractional part.