×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
1
Language: Python
Posted by: dan darm
Added: Feb 28, 2021 9:19 PM
Modified: Feb 28, 2021 9:19 PM
Views: 4786
Tags: python
  1. try:
  2.     #operations
  3. except Exception as e:
  4.     repr(e)