Great Robot Race - Solution and infinite loop issue

Just finished the ‘Great Robot Race’ project.

One BIG annoyance about the project is that it comes with an infinite loop in the starter code. In order to test your code as you go along (using print() statements) you will want to comment out everything below the current activity in the script (in case you are a noobie like me, you can comment things out quickly by selecting the code to comment out and pressing ctrl + / this is very helpful when commenting out large chunks of code!)

Things proceeded fairly quickly once I got rid of the infinite loop and was able to test my code step by step. I thought that both this project and the Event Coordinator project had some built in headaches and poor explanation.

Here’s my tested/working solution: