Commit 2b12e0db by BellCodeEditor

save project

parent ee0e75d9
Showing with 6 additions and 2 deletions
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.write("Hi,若依\n用python写电子贺卡真是太有趣啦\n我也喜欢py")) screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,0)
pen.write("若依,你好\n我会用turtle在画布上写字了!",font=("Times",15,"normal"))
# pen.hideturtle() # pen.hideturtle()
# turtle.done # 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