We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3870c commit 5354b39Copy full SHA for 5354b39
webprompt-shell.html
@@ -65,11 +65,11 @@
65
<hr/>
66
<textarea class="emscripten" id="output" rows="8" readonly="readonly"></textarea>
67
68
- <input type="text" class="emscripten" id="input" name="text" value="{'REPL':'press enter'}" />
+ <input type="text" class="emscripten" id="input" name="text" value="{'REPL':['press enter',2+2]}" />
69
<textarea class="emscripten" id="file" rows="8"># Python script
70
def f(x):
71
return x**2
72
-print("hello, world!")
+print("hello, world!", f(3))
73
</textarea>
74
<button class="emscripten" onclick="execute()">Execute</button>
75
<hr>
0 commit comments