Commit 43e0ce6d by BellCodeEditor

save project

parent db4ae16a
Showing with 13 additions and 5 deletions
print('Hello World') import turtle
asdfghjkl="猪" pen=turtle.Pen()
print("默认是"+asdfghjkl+"。") pen.shape('turtle')
print(type(asdfghjkl))
\ No newline at end of file
pen.forward(150)
pen.left(60)
pen.forward(150)
pen.left(60)
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