Commit 2396ccb8 by BellCodeEditor

save project

parent 6356b3ab
Showing with 4 additions and 2 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.pendown()
pen.write("杀马特团长,\n我在沈阳大街等你\n有你好果汁吃。",font=("time","20","normal")) pen.write("杀马特团长,\n我在沈阳大街等你\n有你好果汁吃。",font=("time","20","normal"))
p=turtle.Turtle() p=turtle.Turtle()
p.pensize(5) p.pensize(5)
p.pencolor("light red") p.pencolor("red")
p.fillcolor("light red") p.fillcolor("red")
p.begin_fill() p.begin_fill()
p.left(45) p.left(45)
p.forward(100) p.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