turtle — Turtle graphics — Python 3.14.2 documentation
1 day ago · 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 …
程序框架 — Python 3.14.2 文档
本章内容已不再维护,其中包含的模块已迁移至各自对应的专题文档中。 cmd — 命令行接口库, shlex — Unix 特定服务, turtle — 使用 Tk 创建图形用户界面.
2. Lexical analysis — Python 3.14.2 documentation
4 days ago · 2. Lexical analysis ¶ A Python program is read by a parser. Input to the parser is a stream of tokens, generated by the lexical analyzer (also known as the tokenizer). This chapter …
time — Time access and conversions — Python 3.14.2 …
This module provides various time-related functions. For related functionality, see also the datetime and calendar modules. Although this module is always available, not all functions are …
6. Modules — Python 3.14.2 documentation
3 days ago · 6. Modules ¶ If you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat …
Unicode HOWTO — Python 3.14.2 documentation
1 day ago · Release, 1.12,. This HOWTO discusses Python’s support for the Unicode specification for representing textual data, and explains various problems that people commonly encounter …
datetime — Basic date and time types — Python 3.14.2 …
Source code: Lib/datetime.py The datetime module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of the implementation is on …