Commit 3426f2c9 by BellCodeEditor

save project

parent cb6ae29a
Showing with 15 additions and 6 deletions
neme=input("输入名字") import turtle
print(neme+"你好啊")
\ No newline at end of file pen = turtle.Pen()
c=input()
pen.fillcolor(c)
pen.begin_fill()
for i in range(1+1+1+1+1):
pen.forward(200)
pen.right(144)
pen.end_fill()
turtle.done()
\ No newline at end of file
n=input()
print(n,',你是最棒的创造师耶 !!!!!!!!!!!!!!!!')
\ 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