Commit 07a087f6 by BellCodeEditor

auto save

parent 3426f2c9
Showing with 4 additions and 4 deletions
import turtle
m=5
pen = turtle.Pen()
c=input()
pen.fillcolor(c)
r=input()
pen.fillcolor(r)
pen.begin_fill()
for i in range(1+1+1+1+1):
for i in range(m):
pen.forward(200)
pen.right(144)
pen.end_fill()
......
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