Commit 720aeca2 by BellCodeEditor

save project

parent 4e5082ed
Showing with 1 additions and 11 deletions
# 我们都爱夸夸夸 # 我们都爱夸夸夸
import turtle
p=turtle.Pen()
t=input("你要什么颜色")
p=fillcolor(t)
p.begin_fill()
for i in range(5):
p.forward(100)
p.right(144)
p.end_fill()
turtle.done()
......
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