Commit 5e567a7b by BellCodeEditor

save project

parent ae0d3ff5
Showing with 2 additions and 2 deletions
......@@ -2,11 +2,11 @@
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
Pen=turtle.Pen()
pen=turtle.Pen()
pen.penup()
pen.goto(100,100)
Pen.write("春眠不觉晓,\n处处蚊子咬,\n",font=("Times",30,"normal"))
pen.write("春眠不觉晓,\n处处蚊子咬,\n",font=("Times",30,"normal"))
pen1=turtle.Pen()
pen1.pensize(5)
pen1.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