Commit e82739f7 by BellCodeEditor

save project

parent d5201990
Showing with 3 additions and 3 deletions
...@@ -4,13 +4,13 @@ pen=turtle.Pen() ...@@ -4,13 +4,13 @@ pen=turtle.Pen()
pen.write("Hi,诺伊,你好",font=("Times",30,"normal")) pen.write("Hi,诺伊,你好",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
#画爱心 #画爱心
sb pen1 sb = 60.1
pen1=turtle.Pen() pen1=turtle.Pen()
pen1=pencolor("red") pen1=pencolor("red")
pen1=pensize(5) pen1=pensize(5)
pen1=penleft(45) pen1=penleft(45)
pen1=forword(100) pen1=forword(sb,*2)
pen1=circle(50,180) pen1=circle(sb,180)
pen1=right(90) pen1=right(90)
pen1=circle(50,180) pen1=circle(50,180)
pen1=forward(100) pen1=forward(100)
......
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