Hi
I have a question about a problem I'm having with raw_input function in python.
I'm writing a CL program that requires a comment to be entered by the user, however problems arise when someone makes a mistake entering said comment.
comment = raw_input(Enter comment: )
User Input: Archie^?ve testing, where ^? is mean to be a backspace to get rid of a spelling mistake.
So is there a way to get input which allows for user error, so I don't get things like "Archiveve testing"