Commit 76b9b667 by BellCodeEditor

save project

parent 248e042f
Showing with 6 additions and 4 deletions
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
p.shape("turtle")
p.right(90)
p.forward(50)
p.left(50)
p.forward(100)
turtle.done()
turtle.done()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment