š Python Code Executor
š” Stateless Execution
HTTP POST /run
print("Hello World!") for i in range(5): print(f"Number: {i}")
š Examples:
Hello World
Loop
Math
Error Example
ā¶ Run Code
Clear Output
š¤ Output:
Ready to execute...
š Stateful Execution
WebSocket Interactive
Disconnected
# Interactive Python Example name = input("Enter your name: ") print(f"Hello, {name}!") for i in range(3): print(f"Count: {i+1}")
š Interactive Examples:
Input Example
Calculator
Loop with Input
š Connect
ā¶ Start
ā¹ Stop
Send Input
š¬ Live Output:
Waiting for connection...