On Mon, Jul 1, 2013 at 8:17 AM, <gmsid...@gmail.com> wrote: > > i just want something simple that basicly asks for a password and then > replies to u if you are wrong nothing hevay just for learning exsperience > --
Then your task is pretty easy. Look up these things in the Python docs: * input (or raw_input if you use Python 2) * if * sys.exit You can do it with those three. ChrisA -- http://mail.python.org/mailman/listinfo/python-list