- I used the assumption that the start direction is directed down, to the south.
- I think you probably confused L and R, or maybe they look opposite from the turtle point of view. Because only when I shifted L and R, I was able to obtain the result (-1, 3) from your assignment.
- Create a virtual environment with python -m venv venv (or python3 on Mac)
- Install all packages with pip install -r requirements.txt
- Run the application and enjoy!
- You can choose a file from your computer and change the step size.
- The points where the turtled visited more than once are highlighted with red.