Commit 0cfdeb8f by BellCodeEditor

save project

parent b3b8f2a3
Showing with 5 additions and 3 deletions
import turtle import turtle
pen=turtle.Pen() pen1=turtle.Pen()
pen.write("hi,nuoyi",font=("Times",18,"normal")) pen1.pencolor("red")
pen.hideturtle() pen1.pensize(5)
pen1.left(45)
turtle.done() turtle.done()
\ 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