print(6*7)python supported as well
42wrote:in case you want to run some code in textlog you can useconsole.log(3*4+5*6)42
print(6*7)42@stagascreative technologistGitHubstagas - Overviewstagas has 462 repositories available. Follow their code on GitHub. creator of textlogenter to followwrote:in case you want to run some code in textlog you can use #execenter to followconsole.log(3*4+5*6)42
something #exec
```js
or
```python
your code, then close ``` the code block.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!