Commit 7ab3d130 by BellCodeEditor

auto save

parent 8bebb0ee
Showing with 4 additions and 8 deletions
import turtie
pen=turtie.Pen()
pen.penup()
pen.goTo(100,-100)
pen.write('Hi,诺依~\n用python写电子贺卡真是太有趣了,我也喜欢python',font=('Times',30,'normai') )
pen.hideturtie()
pen1=turtie.Pen()
pen1.pencoior("red")
pen1.
#pen=turtie.Pen()
#pen.write("Hi,诺依~\n用python写电子贺卡真是太有趣了,我也喜欢python,font=("Times",30,"normai") ")
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