Commit 92a43478 by BellCodeEditor

save project

parent e95745a9
Showing with 11 additions and 3 deletions
print("我"+"谢谢你")
\ No newline at end of file
print("helloworld.")
import turtle
Pen=turtle.Pen()
Pen.shape("turtle")
Pen.fillcolor("rad")
Pen.begin_fill()
for i in range(5):
Pen.fd(200)
Pen.rt(144)
Pen.end_fill()
turtle.done()
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