Commit 1e9e651f by BellCodeEditor

save project

parent b8a6d572
Showing with 8 additions and 4 deletions
......@@ -2,8 +2,11 @@
# 这节课你可以利用新学的知识自定义
import turtle
a=turtle.pen()
s=input('生么')
a.fillcolor(a)
s=input('生么颜色')
a.fillcolor(s)
a.begin_fill()
for i in range(5)
for i in range(5):
a.forward(200)
a.right(144)
a.end_fill()
a.down()
\ 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