If you do something like: ``` !exec ```python while True: pass \``` ``` It will loop forever and you cannot stop it. I suggest "!exec halt" to perform a control + C interrupt and "!exec kill" to kill running programs.