Commit 1af57917 by BellCodeEditor

auto save

parent adaf6f8a
Showing with 12 additions and 0 deletions
import turtle
pen = turtle.Pen()
pen.up()
pen.goto(0,-200)
pen.down()
pen.color('red')
pen.begin_fill()
pen.circle(200)
pen.end_fill()
turtle.done()
\ No newline at end of file
import random
import turtle
alist = []
for i in range(1, 101):
alist.append(i)
......
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