0
>>> 20//6 3 for why?
4 Respuestas
+ 1
it's just like integer division in c.'//'operator forces integer division therefore decimal things are dropped. used for quotient.
0
Because 3 is the number that can divide 20 and can be multipled by two with a close remainder
0
thank you
0
thats round number (/= float then convert to integer // )