Commit b97b37e4 by BellCodeEditor

save project

parent 98035688
Showing with 4 additions and 8 deletions
import turtle
pen=turtle.Pen()
for i in range(5):
pen.forward(200)
pen.left(144)
pen.hideturtle()
turtle.done()
\ No newline at end of file
#我们都爱夸夸
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