John Salerno wrote: > I think it has to do with the exception I'm using. For the leap year > program, it should be ValueError. For the other one, its' a combination > of that and the input function.
Hmm, turns out something was wrong with the indentation of the second while loop! Even though it looked correct, it created problems when I opened it in IDLE, so I just unindented the whole thing and reindented it manually, and now it works. -- http://mail.python.org/mailman/listinfo/python-list