Wiem, że mogę: try: # do something that may fail except: # do this if ANYTHING goes wrong Mogę też to zrobić: try: # do something that may fail except IDontLikeYouException: # say please except YouAreTooShortException: # stand on a ladder Ale jeśli chcę zrobić to samo w ramach dwóch...