- Modify
robot.pyto solve the problem as stated in the topic content. - You can run the program using the instructions in To Run below.
- You can test technical correctness by running the unit tests as in the section To Test below.
python3 robot.py- follow the input prompts to get the desired output
- To run all the unittests:
python3 -m unittest tests/test_main.py - To run a specific step's unittest, e.g step 1: ``
- Note: at the minimum, these (unedited) tests must succeed before you may submit the solution for review.