This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Description
I had a few people running into problems with the whole input vs. raw_input. And because the code itself worked but then it broke when the user typed stuff in, it wasn't obvious to me as a coach, why this is breaking. Instead of using raw_input a few actually typed "left" with quotes and it worked. But is weird.