0 + ˆl–äY>”*e¶… ¾ \¸Ó× 1hßÁ ƒ|-?_‡I|¥ŠèªÁÀ #½
The “Python library” contains several different kinds of components.
It contains data types that would normally be considered part of the “core” of a language, such as numbers and lists. For these types, the Python language core defines the form of literals and places some constraints on their semantics, but does not fully define the semantics. (On the other hand, the language core does define syntactic properties like the spelling and priorities of operators.)
The library also contains built-in functions and exceptions — objects that can be used by all Python code without the need of an import statement. Some of these are