online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
import turtle p=turtle.Turtle() turtle.bgcolor("black") #cloning h=p.clone() a=p.clone() n=p.clone() i=p.clone() t=p.clone() h.color("dark blue","red")#+ve z axis h.left(90) a.color("yellow","red")#+ve x axis a.left(330) n.color("red","blue")#+ve y axis n.left(210) i.color("skyblue","pink") h.fd(250) h.speed(0) a.fd(250) a.speed(0) n.fd(250) n.speed(0) p.fd(100) i.pensize(1) for j in range(0,60,5): i.penup() i.dot() i.pendown() i.penup() i.goto(0,j*2) i.pendown() i.circle(j) #right curve p.goto(0,0) p.color("white","orange") p.circle(3,71,2) p.pensize(2) p.fd(300) #left curve t.goto(0,0) t.color("white","orange") t.right(180) t.pensize(2) t.circle(-3,99) t.left(28) t.fd(300)

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue