Commit 23284fb1 by BellCodeEditor

save project

parent f6aaa7ed
Showing with 3 additions and 15 deletions
# 我们都爱夸夸夸 name=input("你叫什么?)
\ No newline at end of file print(name+",你好")
\ No newline at end of file
import turtle import turtle
pen=turtle.Turtle() pen=turtle.Turtle()
pen.speed(100)
for i in range(180):
pen.forward(100)
pen.right(30)
pen.forward(20)
pen.left(60)
pen.forward(50)
pen.right(30)
pen.penup()
pen.setposition(0,0)
pen.pendown()
pen.right(2)
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