Commit 6fa77082 by BellCodeEditor

save project

parent 6b317ab9
Showing with 8 additions and 0 deletions
name=input("勇于挑战的创造师你叫什么呀?") name=input("勇于挑战的创造师你叫什么呀?")
print("杨家祺_UZI,你好呀!") print("杨家祺_UZI,你好呀!")
pen=turtle.pen()
pen.fillcolor("red")
pen.begin_fill()
for i in range(3):
pen.forword(200)
pen.left(120)
pen.end_fill()
\ 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