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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to