Commit b1543a4d by BellCodeEditor

auto save

parent e9c5f0e1
Showing with 16 additions and 2 deletions
input("wqtuio")
\ No newline at end of file
import turtle as a
b=a.Pen()
b.shape("turtle")
a.tracer(0)
def _a(n,m):
b.fillcolor("red")
b.begin_fill()
for i in range(2):
b.fd(n)
b.right(90)
b.fd(m)
b.right(90)
_a(240,160)
b.end_fill()
a.done()
\ 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