Keyboard input

Nobody nobody at nowhere.com
Sat Jan 30 11:54:52 EST 2010


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()




More information about the Python-list mailing list