RustPython Demo
Please input your python code below and click
Run
:
x = 1 y = 2 print('Hello! x + y equals to ' + str(x+y))
Run
Open the browser console (
Ctrl
+
Shift
+
I
or
F12
) to see the output