Commit 9b560beb by BellCodeEditor

auto save

parent 7a5d45a7
Showing with 14 additions and 0 deletions
# age = "11"
# print("曾胜"+ age + "岁,欢迎你")
# print(type(age))
import turtle
pen = turtle.Pen()
pen.shape("turtle")
pen.fillcolor("red")
for i in range(20):
pen.forward(200)
pen.right(170)
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