Commit 4e0b0ab8 by BellCodeEditor

save project

parent 105d5482
Showing with 8 additions and 5 deletions
import turtle
# pen=turtle.Pen()
# pen.write("杀马特团长,\n我在沈阳大街等你\n有你好果汁吃。",font=("time","20","normal"))
# turtle.done()
pen=turtle.Pen()
pen.goto(100,-100)
pen.write("杀马特团长,\n我在沈阳大街等你\n有你好果汁吃。",font=("time","20","normal"))
p=turtle.Turtle()
p.pensize(5)
p.pencolor("red")
p.fillcolor("red")
p.pencolor("light red")
p.fillcolor("light red")
p.begin_fill()
p.left(45)
p.forward(100)
......@@ -14,4 +14,6 @@ p.right(90)
p.circle(50,180)
p.forward(100)
p.end_fill()
screen=turtle.Screen()
screen.bgcolor("light yellow")
turtle.done()
\ No newline at end of file
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