In [1]:
print("Hello World")


Hello World

In [2]:
intentionalCompileError


error: <Cell 2>:1:1: error: use of unresolved identifier 'intentionalCompileError'
intentionalCompileError
^~~~~~~~~~~~~~~~~~~~~~~


In [ ]: