What does double slash do in python, and what is integer division?
It divides it and rounds it down.11//3=3
What does double slash do in python, and what is integer division?
It divides it and rounds it down.
11//3=3