Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by rgngkp

  1. rgngkp

    Python Python is doesn't run the code

    import turtle t = turtle.Turtle() t.shape("square") t.color("red") t.backward(100) t.goto(100,100) t.dot(30) t.circle(50)
Back
Top Bottom