python turtle教程7
1、这节我们主要介绍一下窗口的设置改变window窗口的背景颜色 bgcolorturtle.bgcolor()#不给参数则返回当前背景颜色turtle.bgcolor('orange')


4、#reset or resetscreenturtle.reset() or turtle.resetscreen()#画笔的路径位置颜色都没了。但背景和外观还在

6、更换坐标系 setworldcoordinates()turtle.setworldcoordinates(llx,lly,urx,ury)