Commit 97157a53 by BellCodeEditor

save project

parent c3b80a5b
Showing with 20 additions and 3 deletions
import turtle import turtle
turtle.bgcolor("skyblue")
turtle.hideturtle()
turtle.color("red")
turtle.pensize(10)
turtle.speed(0)
turtle.begin_fill()
turtle.left(45)
turtle.forward(200)
turtle.circle(100,180)
turtle.right(90)
turtle.circle(100,180)
turtle.forward(200)
turtle.end_fill()
turtle.color("black")
turtle.penup() turtle.penup()
turtle.goto(-200,0) turtle.goto(125,-250)
turtle.pendown() turtle.pendown()
turtle.hideturtle() turtle.write("Hi,诺伊~\n用python写电子贺卡真是太有趣啦~\n我也喜欢python~\n———悟空",font=("times",16,"normal"))
turtle.write("Hi,诺伊~\n用python写电子贺卡真是太有趣啦~\n我也喜欢python~\n———悟空",font=("times",30,"normal"))
turtle.done() 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