Commit 612b16c9 by BellCodeEditor

save project

parent df802a19
Showing with 13 additions and 10 deletions
# 利用write()帮助悟空给诺依回信吧~
# import turtle
# Pen=turtle.Pen()
# Pen.write("诺依,turtle不好用,换一个工具吧!",font=("Times",30,"nomal"))
# turtle.done()
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
Pen=turtle.Pen()
Pen.write("诺依,turtle不好用,换一个工具吧!",font=("Times",30,"normal"))
turtle.done()
from turtle import *
up()
goto(100,-100)
down()
pencolor("red")
pensize(5)
speed(100)
speed(10)
down()
begin_fill()
left(90)
......@@ -15,8 +22,3 @@ left(38)
circle(360,70)
circlr(120,180)
end_fill()
\ No newline at end of file
up()
goto(-100,-100)
screen=turtle.screen
screen.bgcolor(pink)
down()
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