Commit cc373693 by BellCodeEditor

save project

parent 6c05cf93
Showing with 15 additions and 7 deletions
print("hello world!") import turtle
a= "2" p=turtle.Pen()
b=34 p.shape("turtle")
print(a+"欢迎你!") for i in range(360):
print(type(a)) p.forward(1)
print(type(b)) p.left(1)
\ No newline at end of file
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