Commit dd1d7425 by BellCodeEditor

save project

parent 0a321e87
Showing with 13 additions and 3 deletions
neme=input("输入名字") import turtle
print(neme+"你好啊") pen=turtle.Pen()
\ No newline at end of file pen.write("Hi",font=("Times",18,"normal"))
pen.hideturtle()
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