|
- turtle — Turtle graphics — Python 3. 13. 5 documentation
Source code: Lib turtle py Introduction: Turtle graphics is an implementation of the popular geometric drawing tools introduced in Logo, developed by Wally Feurzeig, Seymour Papert and Cynthia Solo
- Program Frameworks — Python 3. 13. 5 documentation
turtle — Turtle graphics Introduction; Get started; Tutorial Starting a turtle environment; Basic drawing Pen control; The turtle’s position; Making algorithmic patterns; How to… Get started as quickly as possible; Use the turtle module namespace; Use turtle graphics in a script; Use object-oriented turtle graphics; Turtle graphics
- 24. 5. turtle — Turtle graphics for Tk — Python 2. 7. 18 文档
The turtle module provides turtle graphics primitives, in both object-oriented and procedure-oriented ways Because it uses Tkinter for the underlying graphics, it needs a version of Python installed with Tk support 面向对象的接口主要使用“2+2”个类:
|
|
|