Computer Science, asked by mrsinghave5595, 1 year ago

What is the difference between 'except Exception as e' and 'except Exception, e' in Python?

Answers

Answered by pandeysakshi2003
0

Both the following snippets of code do the same thing. They catch every exception and execute the code in the except: block Snippet 1 - try: #some code ...

please make me brainlist

Similar questions