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/library/intro.html
內建常數https://python.github.io/python-docs-zh-tw/library/constants.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/functions.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/constants.html
上一頁https://python.github.io/python-docs-zh-tw/library/intro.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/functions.html
https://python.github.io/python-docs-zh-tw/library/functions.html#built-in-functions
abs()https://python.github.io/python-docs-zh-tw/library/functions.html#abs
aiter()https://python.github.io/python-docs-zh-tw/library/functions.html#aiter
all()https://python.github.io/python-docs-zh-tw/library/functions.html#all
anext()https://python.github.io/python-docs-zh-tw/library/functions.html#anext
any()https://python.github.io/python-docs-zh-tw/library/functions.html#any
ascii()https://python.github.io/python-docs-zh-tw/library/functions.html#ascii
bin()https://python.github.io/python-docs-zh-tw/library/functions.html#bin
bool()https://python.github.io/python-docs-zh-tw/library/functions.html#bool
breakpoint()https://python.github.io/python-docs-zh-tw/library/functions.html#breakpoint
bytearray()https://python.github.io/python-docs-zh-tw/library/functions.html#func-bytearray
bytes()https://python.github.io/python-docs-zh-tw/library/functions.html#func-bytes
callable()https://python.github.io/python-docs-zh-tw/library/functions.html#callable
chr()https://python.github.io/python-docs-zh-tw/library/functions.html#chr
classmethod()https://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
compile()https://python.github.io/python-docs-zh-tw/library/functions.html#compile
complex()https://python.github.io/python-docs-zh-tw/library/functions.html#complex
delattr()https://python.github.io/python-docs-zh-tw/library/functions.html#delattr
dict()https://python.github.io/python-docs-zh-tw/library/functions.html#func-dict
dir()https://python.github.io/python-docs-zh-tw/library/functions.html#dir
divmod()https://python.github.io/python-docs-zh-tw/library/functions.html#divmod
enumerate()https://python.github.io/python-docs-zh-tw/library/functions.html#enumerate
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
exec()https://python.github.io/python-docs-zh-tw/library/functions.html#exec
filter()https://python.github.io/python-docs-zh-tw/library/functions.html#filter
float()https://python.github.io/python-docs-zh-tw/library/functions.html#float
format()https://python.github.io/python-docs-zh-tw/library/functions.html#format
frozenset()https://python.github.io/python-docs-zh-tw/library/functions.html#func-frozenset
getattr()https://python.github.io/python-docs-zh-tw/library/functions.html#getattr
globals()https://python.github.io/python-docs-zh-tw/library/functions.html#globals
hasattr()https://python.github.io/python-docs-zh-tw/library/functions.html#hasattr
hash()https://python.github.io/python-docs-zh-tw/library/functions.html#hash
help()https://python.github.io/python-docs-zh-tw/library/functions.html#help
hex()https://python.github.io/python-docs-zh-tw/library/functions.html#hex
id()https://python.github.io/python-docs-zh-tw/library/functions.html#id
input()https://python.github.io/python-docs-zh-tw/library/functions.html#input
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
isinstance()https://python.github.io/python-docs-zh-tw/library/functions.html#isinstance
issubclass()https://python.github.io/python-docs-zh-tw/library/functions.html#issubclass
iter()https://python.github.io/python-docs-zh-tw/library/functions.html#iter
len()https://python.github.io/python-docs-zh-tw/library/functions.html#len
list()https://python.github.io/python-docs-zh-tw/library/functions.html#func-list
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
map()https://python.github.io/python-docs-zh-tw/library/functions.html#map
max()https://python.github.io/python-docs-zh-tw/library/functions.html#max
memoryview()https://python.github.io/python-docs-zh-tw/library/functions.html#func-memoryview
min()https://python.github.io/python-docs-zh-tw/library/functions.html#min
next()https://python.github.io/python-docs-zh-tw/library/functions.html#next
object()https://python.github.io/python-docs-zh-tw/library/functions.html#object
oct()https://python.github.io/python-docs-zh-tw/library/functions.html#oct
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
ord()https://python.github.io/python-docs-zh-tw/library/functions.html#ord
pow()https://python.github.io/python-docs-zh-tw/library/functions.html#pow
print()https://python.github.io/python-docs-zh-tw/library/functions.html#print
property()https://python.github.io/python-docs-zh-tw/library/functions.html#property
range()https://python.github.io/python-docs-zh-tw/library/functions.html#func-range
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
reversed()https://python.github.io/python-docs-zh-tw/library/functions.html#reversed
round()https://python.github.io/python-docs-zh-tw/library/functions.html#round
set()https://python.github.io/python-docs-zh-tw/library/functions.html#func-set
setattr()https://python.github.io/python-docs-zh-tw/library/functions.html#setattr
slice()https://python.github.io/python-docs-zh-tw/library/functions.html#slice
sorted()https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
staticmethod()https://python.github.io/python-docs-zh-tw/library/functions.html#staticmethod
str()https://python.github.io/python-docs-zh-tw/library/functions.html#func-str
sum()https://python.github.io/python-docs-zh-tw/library/functions.html#sum
super()https://python.github.io/python-docs-zh-tw/library/functions.html#super
tuple()https://python.github.io/python-docs-zh-tw/library/functions.html#func-tuple
type()https://python.github.io/python-docs-zh-tw/library/functions.html#type
vars()https://python.github.io/python-docs-zh-tw/library/functions.html#vars
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
__import__()https://python.github.io/python-docs-zh-tw/library/functions.html#import__
https://python.github.io/python-docs-zh-tw/library/functions.html#abs
__abs__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__abs__
https://python.github.io/python-docs-zh-tw/library/functions.html#aiter
非同步疊代器https://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterator
非同步可疊代物件https://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterable
iter()https://python.github.io/python-docs-zh-tw/library/functions.html#iter
aiter()https://python.github.io/python-docs-zh-tw/library/functions.html#aiter
https://python.github.io/python-docs-zh-tw/library/functions.html#all
https://python.github.io/python-docs-zh-tw/library/functions.html#anext
asynchronous iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterator
next()https://python.github.io/python-docs-zh-tw/library/functions.html#next
__anext__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__anext__
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
StopAsyncIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopAsyncIteration
https://python.github.io/python-docs-zh-tw/library/functions.html#any
https://python.github.io/python-docs-zh-tw/library/functions.html#ascii
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
https://python.github.io/python-docs-zh-tw/library/functions.html#bin
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
__index__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
format()https://python.github.io/python-docs-zh-tw/library/functions.html#format
https://python.github.io/python-docs-zh-tw/library/functions.html#bool
真值測試程序https://python.github.io/python-docs-zh-tw/library/stdtypes.html#truth
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
數值型別 --- int、float、complexhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesnumeric
Boolean 型別 - boolhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typebool
https://python.github.io/python-docs-zh-tw/library/functions.html#breakpoint
sys.breakpointhook()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.breakpointhook
pdb.set_trace()https://python.github.io/python-docs-zh-tw/library/pdb.html#pdb.set_trace
pdbhttps://python.github.io/python-docs-zh-tw/library/pdb.html#module-pdb
sys.breakpointhook()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.breakpointhook
breakpoint()https://python.github.io/python-docs-zh-tw/library/functions.html#breakpoint
sys.breakpointhook()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.breakpointhook
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
breakpoint()https://python.github.io/python-docs-zh-tw/library/functions.html#breakpoint
PYTHONBREAKPOINThttps://python.github.io/python-docs-zh-tw/using/cmdline.html#envvar-PYTHONBREAKPOINT
sys.breakpointhook()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.breakpointhook
sys.breakpointhook()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.breakpointhook
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
可變序列型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq-mutable
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
Bytes 和 Bytearray 的操作https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes-methods
bytearray()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
str.encode()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.encode
buffer 介面https://python.github.io/python-docs-zh-tw/c-api/buffer.html#bufferobjects
Binary Sequence Types --- bytes, bytearray, memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#binaryseq
Bytearray 物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#typebytearray
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
bytearray()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
String and Bytes literalshttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#strings
Binary Sequence Types --- bytes, bytearray, memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#binaryseq
Bytes Objectshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typebytes
Bytes 和 Bytearray 的操作https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes-methods
https://python.github.io/python-docs-zh-tw/library/functions.html#callable
Truehttps://python.github.io/python-docs-zh-tw/library/constants.html#True
Falsehttps://python.github.io/python-docs-zh-tw/library/constants.html#False
__call__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__call__
https://python.github.io/python-docs-zh-tw/library/functions.html#chr
ord()https://python.github.io/python-docs-zh-tw/library/functions.html#ord
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
decoratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-decorator
函式定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#function
staticmethod()https://python.github.io/python-docs-zh-tw/library/functions.html#staticmethod
標準型別階層https://python.github.io/python-docs-zh-tw/reference/datamodel.html#types
描述器https://python.github.io/python-docs-zh-tw/glossary.html#term-descriptor
property()https://python.github.io/python-docs-zh-tw/library/functions.html#property
__module__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__module__
__name__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__name__
__qualname__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__qualname__
__doc__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__doc__
__annotations__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__annotations__
描述器https://python.github.io/python-docs-zh-tw/glossary.html#term-descriptor
property()https://python.github.io/python-docs-zh-tw/library/functions.html#property
https://python.github.io/python-docs-zh-tw/library/functions.html#compile
exec()https://python.github.io/python-docs-zh-tw/library/functions.html#exec
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
asthttps://python.github.io/python-docs-zh-tw/library/ast.html#module-ast
編譯器選項https://python.github.io/python-docs-zh-tw/library/ast.html#ast-compiler-flags
未來功能https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#future
compile()https://python.github.io/python-docs-zh-tw/library/functions.html#compile
__future__https://python.github.io/python-docs-zh-tw/library/__future__.html#module-__future__
_Featurehttps://python.github.io/python-docs-zh-tw/library/__future__.html#future__._Feature
compiler_flaghttps://python.github.io/python-docs-zh-tw/library/__future__.html#future__._Feature.compiler_flag
編譯器旗標https://python.github.io/python-docs-zh-tw/library/ast.html#ast-compiler-flags
asthttps://python.github.io/python-docs-zh-tw/library/ast.html#module-ast
-Ohttps://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-O
SyntaxErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
ast.parse()https://python.github.io/python-docs-zh-tw/library/ast.html#ast.parse
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
codehttps://python.github.io/python-docs-zh-tw/library/code.html#module-code
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/functions.html#complex
float()https://python.github.io/python-docs-zh-tw/library/functions.html#float
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
complexvaluehttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-complexvalue
floatvaluehttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-floatvalue
floatvaluehttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-floatvalue
floatvaluehttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-floatvalue
signhttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-sign
absfloatvaluehttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-absfloatvalue
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
__complex__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__complex__
__float__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__float__
__index__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
complex.from_number()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#complex.from_number
數值型別 --- int、float、complexhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesnumeric
__complex__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__complex__
__float__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__float__
__index__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
https://python.github.io/python-docs-zh-tw/library/functions.html#delattr
setattr()https://python.github.io/python-docs-zh-tw/library/functions.html#setattr
setattr()https://python.github.io/python-docs-zh-tw/library/functions.html#setattr
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
Mapping Types --- dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesmapping
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
collectionshttps://python.github.io/python-docs-zh-tw/library/collections.html#module-collections
https://python.github.io/python-docs-zh-tw/library/functions.html#dir
__dir__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dir__
__getattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattr__
__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
dir()https://python.github.io/python-docs-zh-tw/library/functions.html#dir
__dir__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dir__
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
__getattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattr__
dir()https://python.github.io/python-docs-zh-tw/library/functions.html#dir
dir()https://python.github.io/python-docs-zh-tw/library/functions.html#dir
https://python.github.io/python-docs-zh-tw/library/functions.html#divmod
https://python.github.io/python-docs-zh-tw/library/functions.html#enumerate
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
enumerate()https://python.github.io/python-docs-zh-tw/library/functions.html#enumerate
__next__()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator.__next__
https://python.github.io/python-docs-zh-tw/library/functions.html#eval
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
code objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#code-objects
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
mappinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-mapping
builtinshttps://python.github.io/python-docs-zh-tw/library/builtins.html#module-builtins
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
巢狀作用域https://python.github.io/python-docs-zh-tw/glossary.html#term-nested-scope
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
nonlocalhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#nonlocal
compile()https://python.github.io/python-docs-zh-tw/library/functions.html#compile
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
exec()https://python.github.io/python-docs-zh-tw/library/functions.html#exec
globals()https://python.github.io/python-docs-zh-tw/library/functions.html#globals
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
exec()https://python.github.io/python-docs-zh-tw/library/functions.html#exec
ast.literal_eval()https://python.github.io/python-docs-zh-tw/library/ast.html#ast.literal_eval
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
https://python.github.io/python-docs-zh-tw/library/functions.html#exec
[1]https://python.github.io/python-docs-zh-tw/library/functions.html#id2
檔案輸入https://python.github.io/python-docs-zh-tw/reference/toplevel_components.html#file-input
exec()https://python.github.io/python-docs-zh-tw/library/functions.html#exec
nonlocalhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#nonlocal
yieldhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#yield
returnhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#return
builtinshttps://python.github.io/python-docs-zh-tw/library/builtins.html#module-builtins
exec()https://python.github.io/python-docs-zh-tw/library/functions.html#exec
自由(閉包)變數 (free (closure) variables)https://python.github.io/python-docs-zh-tw/glossary.html#term-closure-variable
co_freevarshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_freevars
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
globals()https://python.github.io/python-docs-zh-tw/library/functions.html#globals
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
exec()https://python.github.io/python-docs-zh-tw/library/functions.html#exec
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
exec()https://python.github.io/python-docs-zh-tw/library/functions.html#exec
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
https://python.github.io/python-docs-zh-tw/library/functions.html#filter
itertools.filterfalse()https://python.github.io/python-docs-zh-tw/library/itertools.html#itertools.filterfalse
https://python.github.io/python-docs-zh-tw/library/functions.html#float
floatvaluehttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-floatvalue
digithttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-digit
digithttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-digit
digitparthttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-digitpart
digitparthttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-digitpart
digitparthttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-digitpart
signhttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-sign
digitparthttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-digitpart
numberhttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-number
exponenthttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-exponent
floatnumberhttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-floatnumber
infinityhttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-infinity
nanhttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-nan
signhttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-sign
absfloatvaluehttps://python.github.io/python-docs-zh-tw/library/functions.html#grammar-token-float-absfloatvalue
OverflowErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OverflowError
__float__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__float__
__index__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
float.from_number()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#float.from_number
數值型別 --- int、float、complexhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesnumeric
__float__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__float__
__index__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
https://python.github.io/python-docs-zh-tw/library/functions.html#format
格式規格 (Format Specification) 迷你語言https://python.github.io/python-docs-zh-tw/library/string.html#formatspec
str(value)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
__format__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__format__
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
Set Types --- set, frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-set
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
collectionshttps://python.github.io/python-docs-zh-tw/library/collections.html#module-collections
https://python.github.io/python-docs-zh-tw/library/functions.html#getattr
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
setattr()https://python.github.io/python-docs-zh-tw/library/functions.html#setattr
私有名稱改編 (private name mangling)https://python.github.io/python-docs-zh-tw/reference/expressions.html#private-name-mangling
getattr()https://python.github.io/python-docs-zh-tw/library/functions.html#getattr
https://python.github.io/python-docs-zh-tw/library/functions.html#globals
https://python.github.io/python-docs-zh-tw/library/functions.html#hasattr
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
https://python.github.io/python-docs-zh-tw/library/functions.html#hash
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
hash()https://python.github.io/python-docs-zh-tw/library/functions.html#hash
https://python.github.io/python-docs-zh-tw/library/functions.html#help
help()https://python.github.io/python-docs-zh-tw/library/functions.html#help
常見問答集中的僅限位置參數條目https://python.github.io/python-docs-zh-tw/faq/programming.html#faq-positional-only-arguments
sitehttps://python.github.io/python-docs-zh-tw/library/site.html#module-site
pydochttps://python.github.io/python-docs-zh-tw/library/pydoc.html#module-pydoc
inspecthttps://python.github.io/python-docs-zh-tw/library/inspect.html#module-inspect
https://python.github.io/python-docs-zh-tw/library/functions.html#hex
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
__index__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
format()https://python.github.io/python-docs-zh-tw/library/functions.html#format
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
float.hex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#float.hex
https://python.github.io/python-docs-zh-tw/library/functions.html#id
id()https://python.github.io/python-docs-zh-tw/library/functions.html#id
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/functions.html#input
EOFErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#EOFError
readlinehttps://python.github.io/python-docs-zh-tw/library/readline.html#module-readline
input()https://python.github.io/python-docs-zh-tw/library/functions.html#input
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/functions.html#int
__int__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__int__
__index__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
程式碼整數字面值 (integer literal in code)https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#integers
數值型別 --- int、float、complexhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesnumeric
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
base.__index__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
base.__int__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__int__
base.__index__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
__int__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__int__
__index__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
整數字串轉換的長度限制https://python.github.io/python-docs-zh-tw/library/stdtypes.html#int-max-str-digits
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
__trunc__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__trunc__
https://python.github.io/python-docs-zh-tw/library/functions.html#isinstance
virtualhttps://python.github.io/python-docs-zh-tw/glossary.html#term-abstract-base-class
聯合型別 (Union Type)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-union
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
聯合型別 (Union Type)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-union
https://python.github.io/python-docs-zh-tw/library/functions.html#issubclass
virtualhttps://python.github.io/python-docs-zh-tw/glossary.html#term-abstract-base-class
聯合型別 (Union Type)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-union
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
聯合型別 (Union Type)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-union
https://python.github.io/python-docs-zh-tw/library/functions.html#iter
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
iterablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
__iter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iter__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
__next__()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator.__next__
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
疊代器型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#typeiter
iter()https://python.github.io/python-docs-zh-tw/library/functions.html#iter
https://python.github.io/python-docs-zh-tw/library/functions.html#len
sys.maxsizehttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.maxsize
range(2 ** 100)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#range
OverflowErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OverflowError
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
List(串列)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq-list
Sequence Types --- list, tuple, rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq
https://python.github.io/python-docs-zh-tw/library/functions.html#locals
exec()https://python.github.io/python-docs-zh-tw/library/functions.html#exec
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
globals()https://python.github.io/python-docs-zh-tw/library/functions.html#globals
optimized scopehttps://python.github.io/python-docs-zh-tw/glossary.html#term-optimized-scope
PEP 709https://peps.python.org/pep-0709/
PEP 667https://peps.python.org/pep-0667/
optimized scopeshttps://python.github.io/python-docs-zh-tw/glossary.html#term-optimized-scope
https://python.github.io/python-docs-zh-tw/library/functions.html#map
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
itertools.starmap()https://python.github.io/python-docs-zh-tw/library/itertools.html#itertools.starmap
https://python.github.io/python-docs-zh-tw/library/functions.html#max
iterablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
list.sort()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.sort
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
Memory Viewshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typememoryview
https://python.github.io/python-docs-zh-tw/library/functions.html#min
iterablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
list.sort()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.sort
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/functions.html#next
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
__next__()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator.__next__
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
https://python.github.io/python-docs-zh-tw/library/functions.html#object
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
https://python.github.io/python-docs-zh-tw/library/functions.html#oct
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
__index__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
format()https://python.github.io/python-docs-zh-tw/library/functions.html#format
https://python.github.io/python-docs-zh-tw/library/functions.html#open
檔案物件https://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
讀寫檔案https://python.github.io/python-docs-zh-tw/tutorial/inputoutput.html#tut-files
類路徑物件https://python.github.io/python-docs-zh-tw/glossary.html#term-path-like-object
locale.getencoding()https://python.github.io/python-docs-zh-tw/library/locale.html#locale.getencoding
總覽https://python.github.io/python-docs-zh-tw/library/io.html#io-overview
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
io.TextIOWrapper.reconfigure()https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper.reconfigure
isatty()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.isatty
locale.getencoding()https://python.github.io/python-docs-zh-tw/library/locale.html#locale.getencoding
text encodinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-text-encoding
codecshttps://python.github.io/python-docs-zh-tw/library/codecs.html#module-codecs
Error Handlershttps://python.github.io/python-docs-zh-tw/library/codecs.html#error-handlers
codecs.register_error()https://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.register_error
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
os.linesephttps://python.github.io/python-docs-zh-tw/library/os.html#os.linesep
os.openhttps://python.github.io/python-docs-zh-tw/library/os.html#os.open
不可繼承的https://python.github.io/python-docs-zh-tw/library/os.html#fd-inheritance
os.open()https://python.github.io/python-docs-zh-tw/library/os.html#os.open
dir_fdhttps://python.github.io/python-docs-zh-tw/library/os.html#dir-fd
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
file objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
io.TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
io.TextIOWrapperhttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOWrapper
io.BufferedIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase
io.BufferedReaderhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedReader
io.BufferedWriterhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedWriter
io.BufferedRandomhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedRandom
io.FileIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.FileIO
io.RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
fileinputhttps://python.github.io/python-docs-zh-tw/library/fileinput.html#module-fileinput
iohttps://python.github.io/python-docs-zh-tw/library/io.html#module-io
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
oshttps://python.github.io/python-docs-zh-tw/library/os.html#module-os
os.pathhttps://python.github.io/python-docs-zh-tw/library/os.path.html#module-os.path
tempfilehttps://python.github.io/python-docs-zh-tw/library/tempfile.html#module-tempfile
shutilhttps://python.github.io/python-docs-zh-tw/library/shutil.html#module-shutil
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
IOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IOError
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
FileExistsErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#FileExistsError
InterruptedErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#InterruptedError
PEP 475https://peps.python.org/pep-0475/
os.PathLikehttps://python.github.io/python-docs-zh-tw/library/os.html#os.PathLike
io.RawIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.RawIOBase
io.FileIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.FileIO
https://python.github.io/python-docs-zh-tw/library/functions.html#ord
chr()https://python.github.io/python-docs-zh-tw/library/functions.html#chr
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
https://python.github.io/python-docs-zh-tw/library/functions.html#pow
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/library/functions.html#print
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
print()https://python.github.io/python-docs-zh-tw/library/functions.html#print
sys.stdouthttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdout
print()https://python.github.io/python-docs-zh-tw/library/functions.html#print
https://python.github.io/python-docs-zh-tw/library/functions.html#property
property()https://python.github.io/python-docs-zh-tw/library/functions.html#property
裝飾器https://python.github.io/python-docs-zh-tw/glossary.html#term-decorator
https://python.github.io/python-docs-zh-tw/library/functions.html#property.getter
https://python.github.io/python-docs-zh-tw/library/functions.html#property.setter
https://python.github.io/python-docs-zh-tw/library/functions.html#property.deleter
https://python.github.io/python-docs-zh-tw/library/functions.html#property.__name__
rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range
Rangeshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq-range
Sequence Types --- list, tuple, rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq
https://python.github.io/python-docs-zh-tw/library/functions.html#repr
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
__repr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
sys.displayhook()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.displayhook
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
https://python.github.io/python-docs-zh-tw/library/functions.html#reversed
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
__reversed__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__reversed__
__len__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__len__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
https://python.github.io/python-docs-zh-tw/library/functions.html#round
round()https://python.github.io/python-docs-zh-tw/library/functions.html#round
round()https://python.github.io/python-docs-zh-tw/library/functions.html#round
浮點數運算:問題與限制https://python.github.io/python-docs-zh-tw/tutorial/floatingpoint.html#tut-fp-issues
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
Set Types --- set, frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-set
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
collectionshttps://python.github.io/python-docs-zh-tw/library/collections.html#module-collections
https://python.github.io/python-docs-zh-tw/library/functions.html#setattr
getattr()https://python.github.io/python-docs-zh-tw/library/functions.html#getattr
Names (identifiers and keywords)https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#identifiers
__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
__slots__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__slots__
getattr()https://python.github.io/python-docs-zh-tw/library/functions.html#getattr
private name manglinghttps://python.github.io/python-docs-zh-tw/reference/expressions.html#private-name-mangling
setattr()https://python.github.io/python-docs-zh-tw/library/functions.html#setattr
https://python.github.io/python-docs-zh-tw/library/functions.html#slice
slicehttps://python.github.io/python-docs-zh-tw/glossary.html#term-slice
https://python.github.io/python-docs-zh-tw/library/functions.html#slice.start
https://python.github.io/python-docs-zh-tw/library/functions.html#slice.stop
https://python.github.io/python-docs-zh-tw/library/functions.html#slice.step
itertools.islice()https://python.github.io/python-docs-zh-tw/library/itertools.html#itertools.islice
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
starthttps://python.github.io/python-docs-zh-tw/library/functions.html#slice.start
stophttps://python.github.io/python-docs-zh-tw/library/functions.html#slice.stop
stephttps://python.github.io/python-docs-zh-tw/library/functions.html#slice.step
https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
functools.cmp_to_key()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.cmp_to_key
sorted()https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
__lt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lt__
PEP 8https://peps.python.org/pep-0008/
rich comparisonshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#comparisons
max()https://python.github.io/python-docs-zh-tw/library/functions.html#max
__gt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__gt__
排序技法https://python.github.io/python-docs-zh-tw/howto/sorting.html#sortinghowto
https://python.github.io/python-docs-zh-tw/library/functions.html#staticmethod
decoratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-decorator
函式定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#function
descriptorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-descriptor
classmethod()https://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
標準型別階層https://python.github.io/python-docs-zh-tw/reference/datamodel.html#types
__module__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__module__
__name__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__name__
__qualname__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__qualname__
__doc__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__doc__
__annotations__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__annotations__
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
classhttps://python.github.io/python-docs-zh-tw/glossary.html#term-class
Text Sequence Type --- strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#textseq
https://python.github.io/python-docs-zh-tw/library/functions.html#sum
sum()https://python.github.io/python-docs-zh-tw/library/functions.html#sum
math.fsum()https://python.github.io/python-docs-zh-tw/library/math.html#math.fsum
itertools.chain()https://python.github.io/python-docs-zh-tw/library/itertools.html#itertools.chain
https://python.github.io/python-docs-zh-tw/library/functions.html#super
method resolution orderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-method-resolution-order
__mro__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__mro__
super()https://python.github.io/python-docs-zh-tw/library/functions.html#super
__mro__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__mro__
getattr()https://python.github.io/python-docs-zh-tw/library/functions.html#getattr
super()https://python.github.io/python-docs-zh-tw/library/functions.html#super
super()https://python.github.io/python-docs-zh-tw/library/functions.html#super
descriptorshttps://python.github.io/python-docs-zh-tw/glossary.html#term-descriptor
super()https://python.github.io/python-docs-zh-tw/library/functions.html#super
__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
super()https://python.github.io/python-docs-zh-tw/library/functions.html#super
super()https://python.github.io/python-docs-zh-tw/library/functions.html#super
super()https://python.github.io/python-docs-zh-tw/library/functions.html#super
guide to using super()https://rhettinger.wordpress.com/2011/05/26/super-considered-super/
superhttps://python.github.io/python-docs-zh-tw/library/functions.html#super
pickleablehttps://python.github.io/python-docs-zh-tw/library/pickle.html#module-pickle
copyablehttps://python.github.io/python-docs-zh-tw/library/copy.html#module-copy
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
Tupleshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq-tuple
Sequence Types --- list, tuple, rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq
https://python.github.io/python-docs-zh-tw/library/functions.html#type
object.__class__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class__
isinstance()https://python.github.io/python-docs-zh-tw/library/functions.html#isinstance
classhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#class
__name__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__name__
__bases__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__bases__
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__dict__
Documentation on attributes and methods on classeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#class-attrs-and-methods
Type Objectshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bltin-type-objects
__init_subclass__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init_subclass__
Customizing class creationhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#class-customization
https://python.github.io/python-docs-zh-tw/library/functions.html#vars
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
types.MappingProxyTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.MappingProxyType
vars()https://python.github.io/python-docs-zh-tw/library/functions.html#vars
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
__slots__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__slots__
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
https://python.github.io/python-docs-zh-tw/library/functions.html#zip
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
transposing a matrixhttps://en.wikipedia.org/wiki/Transpose
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
itertools.zip_longest()https://python.github.io/python-docs-zh-tw/library/itertools.html#itertools.zip_longest
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
https://python.github.io/python-docs-zh-tw/library/functions.html#import__
importlib.import_module()https://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.import_module
importhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#import
builtinshttps://python.github.io/python-docs-zh-tw/library/builtins.html#module-builtins
PEP 302https://peps.python.org/pep-0302/
__import__()https://python.github.io/python-docs-zh-tw/library/functions.html#import__
importlib.import_module()https://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.import_module
importhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#import
__import__()https://python.github.io/python-docs-zh-tw/library/functions.html#import__
PEP 328https://peps.python.org/pep-0328/
__import__()https://python.github.io/python-docs-zh-tw/library/functions.html#import__
importhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#import
__import__()https://python.github.io/python-docs-zh-tw/library/functions.html#import__
importlib.import_module()https://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.import_module
-Ehttps://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-E
-Ihttps://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-I
PYTHONCASEOKhttps://python.github.io/python-docs-zh-tw/using/cmdline.html#envvar-PYTHONCASEOK
1https://python.github.io/python-docs-zh-tw/library/functions.html#id1
簡介https://python.github.io/python-docs-zh-tw/library/intro.html
內建常數https://python.github.io/python-docs-zh-tw/library/constants.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/functions.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/constants.html
上一頁https://python.github.io/python-docs-zh-tw/library/intro.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/functions.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.