Fill in your answers to the questions in Task 0 below. 1. The constructor is called: Every Point object has attributes called: To create the specified Point objects from the Shell: >>> p1 = >>> p2 = 3. The correct call is: >>> 4. The move_down() method does the following: It doesn't need to return a value because: 5. We see the following: >>> p1 == p2 ??? >>> p1 == p3 ???