Commit 3e4132f5 by BellCodeEditor

save project

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