Commit 7f94a0a2 by BellCodeEditor

save project

parent 42e4e2e6
Showing with 8 additions and 4 deletions
print("hello wolld!") import turtle
name="悟空" pen=turtle.Pen()
print(name+"欢迎你") for i in range(4):
\ No newline at end of file pen.forward(300)
pen.left(90)
pen.hideturtle()
turtle.done()
\ 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