Python Programming - Operators - Discussion

Discussion Forum : Operators - General Questions (Q.No. 16)
16.
Which of the following operators is used to perform floor division?
//
%
/
*
Answer: Option
Explanation:
The // operator performs floor division, which returns the largest integer value that is less than or equal to the result of the division.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.