Commit 7e117833 by BellCodeEditor

auto save

parent b5dd24e4
Showing with 6 additions and 5 deletions
# 我们都爱夸夸夸
import turtle
pen=turtle.Pen()
colour=input("请输入颜色:")
pen.fillcolour(colour)
pen.fill_begin()
name=input("请问你要什么颜色?")
pen.fillcolor(name)
pen.begin_fill()
for i in range(5):
pen.forward(200)
pen.forward(300)
pen.right(144)
pen.fill_end()
pen.end_fill()
pen.hideturtle()
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