Commit c4beb3f5 by BellCodeEditor

save project

parent 781b70b8
Showing with 2 additions and 1 deletions
......@@ -3,13 +3,14 @@ import random
screen=turtle.Screen()
screen.bgcolor("green")
rr = screen.textinput("提示","多大的")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("诺一 用Python写电子\n贺卡真是太有趣啦\n ——悟空",font=("Times",13,"normal"))
pen.hideturtle()
r = 100
r =int(rr)
pen1=turtle.Pen()
pen1.pensize(5)
pen1.color("red")
......
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