Question: What does the // operator in Python 3 allow you to do?
- Perform integer division
 - Perform operations on exponents
 - Find the remainder of a division operation
 - Perform floating point division
 
Answer: The correct answer of the above question is Option A:Perform integer division