Commit c01668a4 by BellCodeEditor

save project

parent b91cb6c9
Showing with 11 additions and 12 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
# screen=turtle.Screen() screen=turtle.Screen()
# screen.bgcolor("light blue") screen.bgcolor("light blue")
# len=screen.textinput("100","100")
# len=int(len) pen=turtle.Pen()
# pen=turtle.Pen() pen.penup()
# pen.write("你好\n诺伊~\n用python写电子贺卡太不有趣了\n大傻逼.",font=("Times",10,"normal")) pen.goto(100,-100)
# pen.hideturtle() pen.write("你好\n诺伊~\n用python写电子贺卡太不有趣了\n大傻逼.",font=("Times",10,"normal"))
# len=60 pen.hideturtle()
pen1.turtle.pen()
pen1.goto(100,100) pen1=turtle.Pen()
pen1.pendown()
pen1.pensize(5)
pen1.pencolor("red") pen1.pencolor("red")
pen1.pensize(5)
pen1.left(45) pen1.left(45)
pen1.forward(100) pen1.forward(100)
pen1.circle(50,180) pen1.circle(50,180)
......
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