Commit eb494008 by BellCodeEditor

save project

parent 7c1d5dc4
Showing with 3 additions and 0 deletions
...@@ -4,3 +4,6 @@ print(name+"欢迎你") ...@@ -4,3 +4,6 @@ print(name+"欢迎你")
print(type(name)) print(type(name))
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.shape("turtle")
pen.forward(5)
turtle.done()
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