Commit e9f70e1f by BellCodeEditor

save project

parent 3f2d06f7
Showing with 6 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧 # 利用write()帮助悟空给诺依回信吧
import turtle import turtle
turtle.colormode(255)
s = turtle.Screen()
s.bgcolor((238,130,238))
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.up() pen1.up()
pen1.goto(-100,-100) pen1.goto(-100,-100)
...@@ -12,7 +17,7 @@ pen2.up() ...@@ -12,7 +17,7 @@ pen2.up()
pen2.goto(-39,12) pen2.goto(-39,12)
pen2.down() pen2.down()
pen2.pensize(5) pen2.pensize(5)
pen2.pencolor(238,130,238) pen2.pencolor(100,130,238)
pen2.setheading(45) pen2.setheading(45)
pen2.forward(100) pen2.forward(100)
pen2.circle(100/2,180) pen2.circle(100/2,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