Skip Exceptions.ipynb
54 lines
| 1.4 KiB
| text/plain
|
TextLexer
In [1]:
raise Exception("message")
In [2]:
print('ok')