Commit 18af2c09 by BellCodeEditor

save project

parent 11cb7c77
Showing with 2 additions and 2 deletions
...@@ -5,11 +5,11 @@ screen.bgcolor("light blue") ...@@ -5,11 +5,11 @@ screen.bgcolor("light blue")
len=screen.textinput("100","100") len=screen.textinput("100","100")
len=int(len) len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("诺依你™他妈\n用pythen写电子贺卡真是太傻逼了\n我他妈也喜欢\n——大聪明.",font=("Times",30,"normal")) pen.write("诺依你™他妈\n用pythen写电子贺卡\n真是太傻逼了\n我他妈也喜欢\n——大聪明.",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len=60 len=60
pen.penup() pen.penup()
pen.goto(100,100) pen.goto(-146,0)
pen.pendown() pen.pendown()
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("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