My code has a raw_input in it - when I press Enter, it completely ruins the code which says that the string index is out of range. The annoying thing is that if you don't press Enter and type something in, it works perfectly fine.
So my question is - how do you make it so nothing happens if you leave a raw_input blank?