Dear Tutors,

Alright, I read up on stdin and stdout and I did find how useful they are. I
did have one question however, and that is will I need to modify the code of
my password program? Here's the code again:

password = "Helloworld"
try= raw_input("What's the password?")
while try != password:
try = raw_input("Incorrect, what's the password?")

And if so, then should I use sys.stdin.read() and sys.stdout.write() for the
program that generates the random passwords or are there other commands that
I should use?

Thanks!
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to