Commit 8cb81e2d by BellCodeEditor

save project

parent 4cac003e
Showing with 13 additions and 2 deletions
import turtle
Pen=turtle.Pan()
Pan.shape("turtle")
Pen.color("red")
a=input("颜色:")
Pen.fillcolor(a)
Pen.begin_fill()
for i in range(5)
Pen.forward(200)
Pen.left(144)
Pen.end_fill()
neme=input("输入名字") neme=input("输入名字")
print(neme+"你好啊") print(neme+"你好啊")
\ 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