Question: Write a Python program called YourName _ Lab _ 3 . py that prompts the user to input x - y coordinates ( float types
Write a Python program called YourNameLabpy that prompts the user to
input y coordinates float types of some points in a Cartesian plane. The
program should then output a message indicating whether the point entered is the
origin, is located on the or axis, or appears in a particular quadrant. The
following shows the plane of coordinates and the four quadrants:
Your program should continue to prompt for the values of y coordinates until
user enter both and equal to zero. Upon executing your program, it should
show the following interactions: Note that the use of "break" inside the loop
will be penalized
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
