Commit 5b1a2faa by BellCodeEditor

auto save

parent 45c90d13
Showing with 4 additions and 1 deletions
len=50 list=["10","20"]
import random
choice=random.choice()
len=choice(list)
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
......
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