René's URL Explorer Experiment


Title: 內建常數 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
內建常數https://python.github.io/python-docs-zh-tw/library/constants.html
由 site module(模組)所添增的常數https://python.github.io/python-docs-zh-tw/library/constants.html#constants-added-by-the-site-module
內建函式https://python.github.io/python-docs-zh-tw/library/functions.html
內建型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/constants.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/stdtypes.html
上一頁https://python.github.io/python-docs-zh-tw/library/functions.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
內建常數https://python.github.io/python-docs-zh-tw/library/constants.html
https://python.github.io/python-docs-zh-tw/library/constants.html#built-in-constants
https://python.github.io/python-docs-zh-tw/library/constants.html#False
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
SyntaxErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
https://python.github.io/python-docs-zh-tw/library/constants.html#True
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
SyntaxErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
https://python.github.io/python-docs-zh-tw/library/constants.html#None
SyntaxErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
NoneTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.NoneType
https://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
__lt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lt__
__add__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__add__
__rsub__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rsub__
__imul__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__imul__
__iand__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iand__
types.NotImplementedTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.NotImplementedType
實作算術操作https://python.github.io/python-docs-zh-tw/library/numbers.html#implementing-the-arithmetic-operations
NotImplementedErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NotImplementedError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
Truehttps://python.github.io/python-docs-zh-tw/library/constants.html#True
DeprecationWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#DeprecationWarning
https://python.github.io/python-docs-zh-tw/library/constants.html#Ellipsis
SyntaxErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
types.EllipsisTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.EllipsisType
https://python.github.io/python-docs-zh-tw/library/constants.html#debug__
-Ohttps://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-O
asserthttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#assert
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
Falsehttps://python.github.io/python-docs-zh-tw/library/constants.html#False
Truehttps://python.github.io/python-docs-zh-tw/library/constants.html#True
__debug__https://python.github.io/python-docs-zh-tw/library/constants.html#debug__
SyntaxErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
sitehttps://python.github.io/python-docs-zh-tw/library/site.html#module-site
https://python.github.io/python-docs-zh-tw/library/constants.html#constants-added-by-the-site-module
sitehttps://python.github.io/python-docs-zh-tw/library/site.html#module-site
-Shttps://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-S
https://python.github.io/python-docs-zh-tw/library/constants.html#quit
https://python.github.io/python-docs-zh-tw/library/constants.html#exit
SystemExithttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SystemExit
help()https://python.github.io/python-docs-zh-tw/library/functions.html#help
https://python.github.io/python-docs-zh-tw/library/constants.html#copyright
https://python.github.io/python-docs-zh-tw/library/constants.html#credits
https://python.github.io/python-docs-zh-tw/library/constants.html#license
目錄https://python.github.io/python-docs-zh-tw/contents.html
內建常數https://python.github.io/python-docs-zh-tw/library/constants.html
由 site module(模組)所添增的常數https://python.github.io/python-docs-zh-tw/library/constants.html#constants-added-by-the-site-module
內建函式https://python.github.io/python-docs-zh-tw/library/functions.html
內建型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/constants.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/stdtypes.html
上一頁https://python.github.io/python-docs-zh-tw/library/functions.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
內建常數https://python.github.io/python-docs-zh-tw/library/constants.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.