Commit ce140d99 by BellCodeEditor

save project

parent 0a9d6b59
Showing with 3 additions and 3 deletions
...@@ -5,13 +5,13 @@ turtle.forward(-70) ...@@ -5,13 +5,13 @@ turtle.forward(-70)
turtle.right(90) turtle.right(90)
turtle.forward(120) turtle.forward(120)
turtle.pendown() turtle.pendown()
turtle.bgcolor('orange') turtle.bgcolor('pink')
turtle.pencolor('red') turtle.pencolor('red')
turtle.begin_fill() turtle.begin_fill()
turtle.write('诺伊,\n我爱你\n——悟空',font=('楷体',30,'normal')) turtle.write('诺伊,\n我爱你\n——悟空',font=('楷体',30,'normal'))
turtle.pencolor('pink') turtle.pencolor('orange')
turtle.fillcolor('red') turtle.fillcolor('red')
r=int(input("半径")) r=int(turtle.textinput('r','半径是:'))
turtle.penup() turtle.penup()
turtle.goto(20,-10) turtle.goto(20,-10)
turtle.pendown() turtle.pendown()
......
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