The raw_input('Who Goes there?') function writes out the arg and then
waits for *user input* , and that is considered terminated when you hit
return.

Since you only hit return without typing 'Josh' first you get an empty
string "" which is then printed to screen... ('You may pass,'+"")

Type something and it will appear
NOTE: the string variable  (print "you may pass, %s" % s ) is uncalled
for...

Good luck!

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

Reply via email to