Assuming I have the following python code: import module as m try: # do something except (m.SomeError, ValueError) as err: # do other stuff ...
確定! 回上一頁