Commit 4ad68b29 by BellCodeEditor

save project

parent c5937222
Showing with 12 additions and 1 deletions
++ "b/12\345\215\203\347\223\246\346\227\266\346\200\273\344\272\247\345\200\274\343\200\202"
...@@ -10,7 +10,7 @@ pen.penup() ...@@ -10,7 +10,7 @@ pen.penup()
pen.goto(100,100) pen.goto(100,100)
pen.pendown() pen.pendown()
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("blue")
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(100)
pen.circle(50,180) pen.circle(50,180)
......
import turtle
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
Pen=turtle.
Pen.write("我好想你诺依/nfuck.",font=("Times",30,"normal"))
pen.hideturtle()
Pen.penup()
Pen.forward(50,180)
Pen.P
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