Commit e57c76e8 by BellCodeEditor

save project

parent 09906d26
Showing with 9 additions and 1 deletions
...@@ -14,5 +14,12 @@ print(type(name)) ...@@ -14,5 +14,12 @@ print(type(name))
print(type(goods)) print(type(goods))
import turtle import turtle
pen = turtle.Pen()
Pen = turtle.Pen()
Pen.forward(100)
Pen .left(90)
Pen.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