Commit 01b59896 by BellCodeEditor

save project

parent 0b39b788
Showing with 11 additions and 4 deletions
# 我们都爱夸夸夸
name=input("请输入您的名字")
print(name+",傻逼")
\ No newline at end of file
import turtle
ink=input("请输入你想要的颜色")
pen=turtle.Pen()
pen.shape("turtle")
pen.fillcolor(ink)
pen.begin_fill()
for i in range(100):
pen.forward(2)
pen.right(144)
pen.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