Commit acfefbd2 by BellCodeEditor

auto save

parent 268da909
Showing with 44 additions and 4 deletions
import turtle
Pen=turtle.Pen()
Pen.penup()
Pen.goto(120,-100)
Pen.write("再见\n傻逼",font=("Times",30,"normal"))
Pen.hideturtle()
Pen1=turtle.Pen()
Pen1.circle(-100)
Pen1.rt(180)
Pen1.fd(30)
Pen1.rt(90)
Pen1.fd(200)
Pen1.rt(90)
Pen1.fd(60)
Pen1.rt(90)
Pen1.fd(210)
turtle.done()
\ No newline at end of file
# 利用write()帮助悟空给诺依回信吧~
#
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
len=screen.textinput("提示","你想要多大的爱心呀?")
screen.bgcolor("green")
len=screen.textinput("提示","你想要多大的aa呀?")
len=int(len)
pen=turtle.Pen()
pen.write("你好/nfuck.",font=("Times",30,"normal"))
pen.write("你好\naa.",font=("Times",30,"normal"))
pen.hideturtle()
len=60
pen.penup()
......
import turtle
screen=turtle.screen()
screen=textinput("姓名框","你的名字:")
screen.bgcolor("green")
Pen=turtle.Pen()
Pen.penup()
Pen.goto(120,-100)
Pen.write("你好\n智障",font=("Times",30,"normal"))
Pen.hideturtle()
Pen1=turtle.Pen()
Pen1.pensize(20)
Pen1.pencolor("red")
len=100
Pen1.left(45)
Pen1.fd(2*len)
Pen1.circle(len,180)
Pen1.rt(90)
Pen1.circle(len,180)
Pen1.fd(2*len)
Pen1.hideturtle()
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