Commit 49d641ad by BellCodeEditor

save project

parent cb4adc05
Showing with 8 additions and 7 deletions
strl="我是字符串" import turtle
intl=10 pen=turtle.Pen()
floatl=13.12 pen.shape("square")
print(type(strl)) pen.forward(60)
print(type(intl)) pen.left(90)
print(type(floatl)) pen.forward(60)
\ 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