Commit ee03dcf2 by BellCodeEditor

save project

parent 13847fbd
Showing with 9 additions and 0 deletions
import turtle
pen = turtle.Pen()
pen.write("黄河远上白云间\n一片孤城万仞山\n羌笛何须怨杨柳\n春风不度玉门关",font=("Times",100,"normal"))
turtle.done()
pen2=turtle.Pen()
pen2.forward(45)
pen2.circle()
pen2.left(50)
\ 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