Computer Science for IGCSE & O level - Programming (Section 3 - No. 2)

What is the purpose of the `//` operator in Python?
Exponentiation
Division
Floor division (integer division)
Modulo

Explanation

// is the floor division operator, and it returns only the quotient (without any decimal places).

Comments (0)

Advertisement