You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open a non-existent file with open() and catch the resulting exception.
In the interrupt handler for the IOError, print "IOError: Damn the Torpedoes!" then go into an infinite loop sleeping 1 second at a time. You must get out with Ctrl-C. Catch the Ctrl-C and in the finally clause print "Carry On!"