Commit 104c8255 by BellCodeEditor

save project

parent b834d566
Showing with 16 additions and 3 deletions
neme=input("输入名字") import turtle
print(neme+"你好啊")
\ No newline at end of file t=turtle.Pen()
t.fillcolor("red")
t.begin_fill()
for i in range(5):
t.left(144)
t.forward(200)
t.end_fill()
t.hideturtle()
turtle.done()
\ No newline at end of file
name=input("陈炜松聪明吗")
input(name+"对了")
\ 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