Commit 2d4d426b by BellCodeEditor

auto save

parent 193b485d
Showing with 11 additions and 0 deletions
import turtle
pen=turtle.Pen()
turtle.fillcolor("red")
turtle.begin_fill()
for a in range(6):
pen.forward(100)
pen.left(60)
turtle.end_fill()
turtle.done()
print("王八是霸霸"*10000)
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