Commit 9b4bd8bb by BellCodeEditor

save project

parent 31cd5aef
Showing with 11 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
import turtle
screen=turtle.Screen()
pen1=turtle.Screen()
pen1.penup()
pen1.goto(-200,0)
while True:
pencolor = randing(0.5)
pen1.pencolor(color[pencolor])
screen.bgcolor("blue")
turtle.done()
\ No newline at end of file
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