The statement 5 // 2 will return …………… .
1 Like
2
Reason — The floor division operator (//) performs integer division and returns the quotient without the decimal part after division of two numbers. Hence, when 5 is divided by 2, it returns 2 and not 2.5.
//
Answered By
Which out of the following is a valid variable name?
The statement 5 % 4 will return …………… .
Which of the following is a membership operator?
Which keyword in Python is used to import a module?