Python Exercise 19 Problem: In this Python exercise, write a Python program that will take the input from a user to move a robot around a room that will start from the original point of (0,0). The robot has the ability to move FORWARD, BACK, LEFT and RIGHT. The first…