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

What does `//` represent in some programming languages (e.g. Python)?
Modulo operator
Exponentiation operator
Integer division operator
Comment operator

Explanation

It performs integer division, returning the quotient without the remainder.

Comments (0)

Advertisement