kj.py
501 Bytes
scrimport turtleeen=turtle.Screen()
screenn=turtle.Screen()
screen.bgcolor("red")
pen=turtle.Pen()
pen.penup()
pen.goto(-20,-100)
pen.write("大家好\n我是成娅乐\n我来自涟水\n我喜欢画画、口才等",font=("Times",30,"normal"))
pen1=turtle.Pen()
pen1.penup()
pen1.goto(-20,70)
pen1.pendown()
pen1.pensize(5)
pen1.pencolor("pink")
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.hideturtle()
turtle.done()