something #exec
```js
or
```python
your code, then close ``` the code block.syntax:
continued:python supported as wellprint(6*7)42
something #exec
```js
or
```python
your code, then close ``` the code block.@stagascreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub. creator of textlogenter to followcontinued:python supported as well #execenter to followprint(6*7)42
Traceback (most recent call last):
File "/box/submission/file0.code", line 1, in <module>
f = lambda: f(); f()
^^^
File "/box/submission/file0.code", line 1, in <lambda>
f = lambda: f(); f()
^^^
File "/box/submission/file0.code", line 1, in <lambda>
…
RecursionError: maximum recursion depth exceededconsole.log('Yay!')Yay!