Commit f6f216b6 by BellCodeEditor

save project

parent 2040b3d1
Showing with 1 additions and 1 deletions
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("blue") screen.bgcolor("blue")
Pen=turtle.Pen() Pen=turtle.Pen()
Pen.penup() Pen.penup()
Pen.goto(-50,-180) Pen.goto(-50,-180)
...@@ -11,6 +10,7 @@ Pen.write("我\n也会了",font=("Times",10,"normal")) ...@@ -11,6 +10,7 @@ Pen.write("我\n也会了",font=("Times",10,"normal"))
Pen1=turtle.Pen() Pen1=turtle.Pen()
Pen1.pensize(3) Pen1.pensize(3)
Pen1.pencolor("red") Pen1.pencolor("red")
Pen.pensize(100)
Pen1.left(45) Pen1.left(45)
Pen1.forward(100) Pen1.forward(100)
Pen1.circle(50,180) Pen1.circle(50,180)
......
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