Commit 51c18f45 by BellCodeEditor

auto save

parent 93105e25
Showing with 10 additions and 3 deletions
import turtle
Pen=turtle.pen()
pen.write("山外青山楼外楼\n"",font=("Times",30,"normal"))
\ No newline at end of file
# Pen=turtle.Pen()
# Pen.write("山外青山楼外楼\n西湖歌舞几时休\n暖风熏得游人醉\n直把杭州做汴州"",font=("Times",30,"normal"))
# turtle.done()
Pens=turtle.pen()
Pens.lift(45)
Pens.forward(80)
Pens.left(90)
Pens
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