Commit 4cd50c7c by BellCodeEditor

save project

parent 74f1c81d
Showing with 8 additions and 0 deletions
......@@ -9,6 +9,8 @@ pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(10)
pen1.pencolor("red")
screen.textinput("半径","输入爱心半径")
giaosize=int()
giao=60
pen1.left(45)
pen1.forward(giao)
......
import turtle
screen=turtle.Screen()
screen.textinput("半径","输入爱心半径")
\ 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