This is the presentation associated with the python arithmetic operators video.
Python Arithmetic Operators Video Question
This is the Question that was asked in the python arithmetic operators video
Question : What is the output of the following code:
In [ ]:
x = -8
y = -3
print(x//y)