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.