Computer Science for IGCSE & O level - Programming (Section 5 - No. 29)

What does the `//` operator do in Python?
Regular division
Integer division
Modulo operation
Exponentiation

Explanation

The // operator performs integer division.

Comments (0)

Advertisement