Commit 3345e62d by BellCodeEditor

auto save

parent 8ef9ffe8
Showing with 13 additions and 2 deletions
import turtle
turtle.bgcolor("blue")
pen=turtle.Pen()
pen.fillcolor("black")
pen.begin_fill()
for i in range(5):
pen.forward(500)
pen.right(144)
pen.end_fill()
while True:
turtle.bgcolor("blue")
turtle.bgcolor("yellow")
\ No newline at end of file
print("hello,world")
\ 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