β‘ Code-Visualizer
π±οΈ Select
β Pan
π Factorial
π Factorial
π Fibonacci
π Quadratic
β If-Else
βΆ Visualize
β Execute
βΊ Reset
Code Editor
Synced
def factorial(n): if n <= 1: return 1 return n * factorial(n - 1) result = factorial(5) print("Result:", result)
Drag nodes
β’
Drag ports to connect
β’
Double-click node to edit
β’
V
Select
H
Pan
Ctrl+β΅
Run
β
Executing...
Variable State
Run code to see variablesβ¦
Live Output
Click Execute to run
β Back
Forward βΆ
βΆ Play Animation
Click Visualize to start