Commit be4dea0a by BellCodeEditor

auto save

parent b7fefb88
Showing with 4 additions and 1 deletions
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("亲爱的同学们:\naaaaaaaaaaaaaaa\nbbbbbbbbbbbbb\ncccccccccccccccc\ndddddddddddddd ———lcx",font=("Times",20,"normal"))
pen.hideturtle()
turtle.done()
画图
# 画图
import turtle
pen1=turtle.Pen()
pen1.pencolor("pink")
......
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