Commit 64856f8a by BellCodeEditor

auto save

parent 357bac20
Showing with 9 additions and 3 deletions
age="12"
print("小依今年"+age+"岁了。")
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.forward(100)
pen.left(45)
pen.forward(100)
pen.right(45)
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