Question: What does the // operator in Python 3 allow you to do?

  1. Perform integer division
  2. Perform operations on exponents
  3. Find the remainder of a division operation
  4. Perform floating point division

Answer: The correct answer of the above question is Option A:Perform integer division