Commit 09de7788 by BellCodeEditor

save project

parent 16d5a357
Showing with 26 additions and 1 deletions
import turtle
turtle.
\ No newline at end of file
......@@ -4,7 +4,7 @@ screen._bgcolor(red)
pen=turtle.Pen()
pen.penup()
pen.goto(0,-100)
pen.write("你好,诺伊\n我是悟空",font=("Times",30,"normal"))
pen.write("大家好\n我是成娅乐\n我来自涟水,我喜欢画画",font=("Times",30,"normal"))
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
......
scrimport turtleeen=turtle.Screen()
screenn=turtle.Screen()
screen.bgcolor("red")
pen=turtle.Pen()
pen.penup()
pen.goto(-20,-100)
pen.write("大家好\n我是成娅乐\n我来自涟水\n我喜欢画画、口才等",font=("Times",30,"normal"))
pen1=turtle.Pen()
pen1.penup()
pen1.goto(-20,70)
pen1.pendown()
pen1.pensize(5)
pen1.pencolor("pink")
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.hideturtle()
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