Commit 519adf95 by BellCodeEditor

save project

parent 20d1b562
Showing with 6 additions and 1 deletions
import turtle
import random
a=random.randint(1,2)
pen = turtle.Turtle()
pen.color('sienna')
pen.speed(100000000)
# 画布大小
w = turtle.Screen()
w.bgcolor('beige')
if a==1:
w.bgcolor('beige')# beige米白
else:
w.bgcolor('wheat')# wheat小麦
pen.hideturtle()
pen.left(90)
pen.up()
......
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