Commit b7120f00 by BellCodeEditor

save project

parent 4da58b1c
Showing with 3 additions and 1 deletions
import turtle import turtle
secreen=turtle.Screen()
secreen.bgcolor("pink")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
...@@ -6,7 +8,7 @@ pen.pendown() ...@@ -6,7 +8,7 @@ pen.pendown()
pen.write("诺依\n你好呀",font=("Times",30,"normal")) pen.write("诺依\n你好呀",font=("Times",30,"normal"))
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(1) pen1.pensize(1)
pen1.color("red","pink") pen1.color("red","red")
pen1.begin_fill() pen1.begin_fill()
pen1.left(45) pen1.left(45)
pen1.forward(100) pen1.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