[Tutor] running more than one python program at the same time

Wayne Werner wayne at waynewerner.com
Tue Sep 4 16:37:22 CEST 2012


On Mon, 3 Sep 2012, William R. Wing (Bill Wing) wrote:
> junk = raw_input("Yes Master?")

You don't even need the 'junk' bit:

raw_input("Yes Master?")

Will run just fine.

HTH,
-Wayne


More information about the Tutor mailing list