Commit 995af336 by BellCodeEditor

save project

parent 1fc0e255
Showing with 7 additions and 3 deletions
name=input ("what is your name?") import turtle
print(name) pen=turtle.Pen()
\ No newline at end of file colors=input("请输入颜色")
pen.pencolor(colors)
pen.circle(50)
turtle.down()
\ 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