Commit 16501a89 by BellCodeEditor

save project

parent a375831b
Showing with 2 additions and 11 deletions
# 我们都爱夸夸
color=input("颜色")
import turtle
pen=turtle.Pen()
pen.fillcolor(color)
pen.begin_fill()
for i in range(4)
pen.forward(200)
pen.left(90)
pen.end_fill()
pen.done()
\ No newline at end of file
a=input("出啥")
print("玩家出"+a)
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