Commit 1e39f905 by BellCodeEditor

save project

parent 9818610a
Showing with 10 additions and 10 deletions
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.goto(0,-150) pen.goto(0,-150)
len=100
pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=("Times",30,"normal")) pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen.goto(0,100) pen.goto(0,100)
pen.pensize(10) pen.pensize(10)
pen.pencolor("yellow") pen.pencolor("green")
pen.left(45) pen.left(45)
pen.forward(100) pen.forward()
pen.pencolor("red") pen.pencolor("red")
pen.circle(50,180) pen.circle(50,180)
pen.pencolor("yellow") pen.pencolor("yellow")
...@@ -21,7 +21,7 @@ pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=( ...@@ -21,7 +21,7 @@ pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=(
pen.hideturtle() pen.hideturtle()
pen.goto(0,100) pen.goto(0,100)
pen.pensize(10) pen.pensize(10)
pen.pencolor("yellow") pen.pencolor("green")
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(100)
pen.pencolor("red") pen.pencolor("red")
...@@ -35,7 +35,7 @@ pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=( ...@@ -35,7 +35,7 @@ pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=(
pen.hideturtle() pen.hideturtle()
pen.goto(0,100) pen.goto(0,100)
pen.pensize(10) pen.pensize(10)
pen.pencolor("yellow") pen.pencolor("green")
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(100)
pen.pencolor("red") pen.pencolor("red")
...@@ -49,7 +49,7 @@ pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=( ...@@ -49,7 +49,7 @@ pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=(
pen.hideturtle() pen.hideturtle()
pen.goto(0,100) pen.goto(0,100)
pen.pensize(10) pen.pensize(10)
pen.pencolor("yellow") pen.pencolor("green")
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(100)
pen.pencolor("red") pen.pencolor("red")
...@@ -63,7 +63,7 @@ pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=( ...@@ -63,7 +63,7 @@ pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=(
pen.hideturtle() pen.hideturtle()
pen.goto(0,100) pen.goto(0,100)
pen.pensize(10) pen.pensize(10)
pen.pencolor("yellow") pen.pencolor("green")
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(100)
pen.pencolor("red") pen.pencolor("red")
...@@ -77,7 +77,7 @@ pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=( ...@@ -77,7 +77,7 @@ pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=(
pen.hideturtle() pen.hideturtle()
pen.goto(0,100) pen.goto(0,100)
pen.pensize(10) pen.pensize(10)
pen.pencolor("yellow") pen.pencolor("green")
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(100)
pen.pencolor("red") pen.pencolor("red")
...@@ -99,7 +99,7 @@ pen.circle(50,180) ...@@ -99,7 +99,7 @@ pen.circle(50,180)
pen.pencolor("yellow") pen.pencolor("yellow")
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(50,180)
pen.pencolor("red") pen.pencolor("green")
pen.forward(100) pen.forward(100)
pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=("Times",30,"normal")) pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
...@@ -111,7 +111,7 @@ pen.left(45) ...@@ -111,7 +111,7 @@ pen.left(45)
pen.forward(100) pen.forward(100)
pen.pencolor("red") pen.pencolor("red")
pen.circle(50,180) pen.circle(50,180)
pen.pencolor("yellow") pen.pencolor("green")
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(50,180)
pen.pencolor("red") pen.pencolor("red")
......
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