Commit 612b16c9 by BellCodeEditor

save project

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