In a try except clause, you can end with finally block. I know it runs
after the try and except blocks regardless of the outcome, but why use it.
Couldn't you just put the code after the try and except block without using
a finally block. Does the finally command do something I don't know about.
Does it make your program more understandable in some way?
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to