0
Who can best explain floor division
3 Answers
+ 4
floor division: This division removes everything to the right of and including the decimal point.
+ 2
Basically everyone. You divide the two numbers. You get the floor of the number
7 // 2 = 3.5, 3.5's floor is 3
0
Imagine you have 11 š and 3 š
If you have a šŖ everyone gets 3 š and 2/3.
If you don't have a šŖ everyone just gets 3 š (your result when working with int) and you keep the remaining 2 š.