3 Replies
If you use
```py
your code here...
```
you have a nice code block with syntax highlighting ^^
thanks!
Cool!
One thing to note though
Where
exit
is already a built-in function it can cause a lot of issues down the line
I suggest renaming the function, or if you want to replace the behavior of the default exit function then you should do it in a different all be it much more hacky way