Commit 24632efd by BellCodeEditor

save project

parent 8d436a44
Showing with 22 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.up()
pen.goto(-100,-100)
pen.down()
for i in range(4):
pen.forward(200)
pen.left(90)
turtle.done
pen.up()
pen.goto(-40,0)
pen.down()
for i in range(3):
pen.dot("20","red")
pen.up()
pen.forward(40)
pen.down()
turtle.done()
name = input("请输入你的名字:")
print(name + ",你好呀")
\ 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