On Fri, 29 Jan 2010 16:53:43 +0000, Mr.SpOOn wrote:

> I'm using the raw_input method and it works fine, but I noted that I can't
> use backspace and when I accidentally press shift space (because I need to
> input uppercase letters separated by a space) it writes some strange
> characters.
> 
> So, is there another way to get keyboard input?

        sys.stdin.readline()

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to