Exercise: Floor Division Operator

Here we divide a by b. Change the operator such that the result is rounded down to the next whole number.
Python
Setting up Python environment...
Output