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