Commit 6e7db672 by BellCodeEditor

save project

parent c66a449e
Showing with 5 additions and 4 deletions
...@@ -2,14 +2,15 @@ ...@@ -2,14 +2,15 @@
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
len=screen.textinput("100","100") len=screen.textinput("50","50")
len=int(len) len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好\nSB.",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len=60 pen.write("我左边的是个傻逼,天天吃印度的牛拉的佛屙呢,\n就是找算命先生算命,\n算命先生说“你算什么东西?”.",font=("Times",15,"normal"))
pen.hideturtle()
len=50
pen.penup() pen.penup()
pen.goto(100,100) pen.goto(50,100)
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