Commit 11fd07c7 by BellCodeEditor

save project

parent d283efb5
Showing with 12 additions and 1 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
len=screen.textinput("100","100")
len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好.\n我懒得打了.\n就这样吧.\n",font=("Times",30,"normal"))
pen.hideturtle()
pen=turtle.Pen()
pen.penup()
pen.goto(-200,100)
pen.pendown()
pen.speed(10) pen.speed(10)
pen.pensize(100) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(100)
......
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