Commit 2d1e9395 by BellCodeEditor

auto save

parent a15989ca
Showing with 26 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
#导入turtle模块
import turtle
# pen=turtle.Pen()
# pen.write("Hi,诺依\n turtle真好用!",font=())
# #隐藏画笔 hideturtle
# turtle.done()
#创建一支画笔pen1
#设置画笔颜色 pencolor()
#设置画笔大小pensize()
#左转45度画正方形的一条边,边长100
#画一个半圆circle
#右转90度,再画一个半圆
#画正方形的边,边长100
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