x // y
Rounds down.
If the operands have type int
, then it returns int
.
If the operands have type float
, then it returns float
.
If the operands have different types, then the narrower type is converted to the wider type. (For example, the int
operand will turn to float
)