Commit 49d641ad by BellCodeEditor

save project

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