raw_input

Janos Blazi jblazi at netsurf.de
Sun Oct 31 02:18:59 EST 1999


When I start the following program from the IDLE under Windows NT, only the
first raw_input is handled and the program never gets to the second
raw_input.

But when I start it from the DOS prompt, everything works smothely.

Why is this so? Can somebody help me?

#============ program ===========
t1=raw_input('line1: ')
t2=raw_input('line2: ')
print t1,t2
#===============================






More information about the Python-list mailing list