Commit f8f1bbf4 by BellCodeEditor

save project

parent 7eed63e0
Showing with 3 additions and 2 deletions
# 我们都爱夸夸夸
a = input("what color?")
import turtle
pen = turtle.Pen()
pen.fillcolor("red")
print("往哪瞅呢!眼珠子瞎了下面")
pen.fillcolor(a)
pen.begin_fill()
for i in range(5):
pen.forward(200)
......
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