Commit 50ab9124 by BellCodeEditor

save project

parent 14444456
Showing with 2 additions and 2 deletions
...@@ -5,7 +5,7 @@ screen=turtle.Screen() ...@@ -5,7 +5,7 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
import random import random
lie=random.randint(30,130) lie=random.randint(30,110)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
pen.forward(2*lie) pen.forward(2*lie)
...@@ -16,7 +16,7 @@ pen.forward(2*lie) ...@@ -16,7 +16,7 @@ pen.forward(2*lie)
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("文磊\n你有三个特点:\n太傻\n太丑\n脑子有问题",font=("Times",15,"normal")) pen.write("老妈\n你有两个特点:\n太懒\n不做饭\n",font=("Times",15,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
......
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