Commit 121d4852 by BellCodeEditor

save project

parent 1b1c1aea
Showing with 2 additions and 2 deletions
...@@ -4,11 +4,11 @@ import turtle ...@@ -4,11 +4,11 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("Hi,诺依~\n我给你唱首歌\n坤你太美~~~",font=("Time",30"normal")) pen.write("Hi,诺依~\n我给你唱首歌\n坤你太美~~~",font=("Time",18,"normal"))
pen.hideturtle() pen.hideturtle()
#画爱心 #画爱心
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("rad") pen1.pencolor("red")
pen1.pensize(5) pen1.pensize(5)
pen1.left(45) pen1.left(45)
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