Hacker News new | ask | show | jobs
by pbreit 5532 days ago
Anything like this for Python?
1 comments

    try:
        your code
    except:
        handle the exception
    finally:
        clean up
That's all you'll find in my book, I just made the font really big and quintuple-spaced it.

;-)