Python_2_Examples_and_Notes/10_exception.py

9 lines
66 B
Python
Raw Permalink Normal View History

2017-06-11 19:42:13 +00:00
#try:
#except:
#else:
#finally:
#except Exception as anything: