0
floor division
hey if floor divisions can also be used in floats then print(1.2//6) should be what?
2 Antworten
+ 5
U can try it yourself in the code playground
+ 2
1.2/6 = 0.2
So you drop the fractional part (.2) and that leaves 0
hey if floor divisions can also be used in floats then print(1.2//6) should be what?