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/stdtypes.html
真值檢測https://python.github.io/python-docs-zh-tw/library/stdtypes.html#truth-value-testing
Boolean(布林)運算 --- and, or, nothttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#boolean-operations-and-or-not
比較運算https://python.github.io/python-docs-zh-tw/library/stdtypes.html#comparisons
數值型別 --- int、float、complexhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#numeric-types-int-float-complex
整數型別的位元運算https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bitwise-operations-on-integer-types
整數型別的附加方法https://python.github.io/python-docs-zh-tw/library/stdtypes.html#additional-methods-on-integer-types
浮點數的附加方法https://python.github.io/python-docs-zh-tw/library/stdtypes.html#additional-methods-on-float
複數的附加方法https://python.github.io/python-docs-zh-tw/library/stdtypes.html#additional-methods-on-complex
數值型別的雜湊https://python.github.io/python-docs-zh-tw/library/stdtypes.html#hashing-of-numeric-types
Boolean 型別 - boolhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#boolean-type-bool
疊代器型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator-types
Generator Typeshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#generator-types
Sequence Types --- list, tuple, rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence-types-list-tuple-range
Common Sequence Operationshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#common-sequence-operations
不可變序列型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#immutable-sequence-types
可變序列型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#mutable-sequence-types
List(串列)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#lists
Tupleshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuples
Rangeshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#ranges
Text and Binary Sequence Type Methods Summaryhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#text-and-binary-sequence-type-methods-summary
Text Sequence Type --- strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#text-sequence-type-str
字串方法https://python.github.io/python-docs-zh-tw/library/stdtypes.html#string-methods
Formatted String Literals (f-strings)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#formatted-string-literals-f-strings
printf-style String Formattinghttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#printf-style-string-formatting
Binary Sequence Types --- bytes, bytearray, memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview
Bytes Objectshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes-objects
Bytearray 物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray-objects
Bytes 和 Bytearray 的操作https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes-and-bytearray-operations
printf-style Bytes Formattinghttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#printf-style-bytes-formatting
Memory Viewshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memory-views
Set Types --- set, frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set-types-set-frozenset
Mapping Types --- dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#mapping-types-dict
字典視圖物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dictionary-view-objects
情境管理器型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#context-manager-types
型別註釋的型別 --- 泛型別名 (Generic Alias)、聯合 (Union)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#type-annotation-types-generic-alias-union
泛型別名型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#generic-alias-type
標準泛型類別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#standard-generic-classes
GenericAlias 物件的特殊屬性https://python.github.io/python-docs-zh-tw/library/stdtypes.html#special-attributes-of-genericalias-objects
聯合型別 (Union Type)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#union-type
其他內建型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#other-built-in-types
模組https://python.github.io/python-docs-zh-tw/library/stdtypes.html#modules
類別與類別實例https://python.github.io/python-docs-zh-tw/library/stdtypes.html#classes-and-class-instances
函式https://python.github.io/python-docs-zh-tw/library/stdtypes.html#functions
方法https://python.github.io/python-docs-zh-tw/library/stdtypes.html#methods
程式碼物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#code-objects
Type Objectshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#type-objects
Null 物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#the-null-object
Ellipsis 物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#the-ellipsis-object
NotImplemented 物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#the-notimplemented-object
內部物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#internal-objects
特殊屬性https://python.github.io/python-docs-zh-tw/library/stdtypes.html#special-attributes
Integer string conversion length limitationhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#integer-string-conversion-length-limitation
受影響的 APIhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#affected-apis
設定限制https://python.github.io/python-docs-zh-tw/library/stdtypes.html#configuring-the-limit
建議的配置https://python.github.io/python-docs-zh-tw/library/stdtypes.html#recommended-configuration
內建常數https://python.github.io/python-docs-zh-tw/library/constants.html
內建的例外https://python.github.io/python-docs-zh-tw/library/exceptions.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/stdtypes.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/exceptions.html
上一頁https://python.github.io/python-docs-zh-tw/library/constants.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/stdtypes.html
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#built-in-types
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
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
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#truth-value-testing
ifhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#if
whilehttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#while
__bool__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__bool__
__len__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__len__
[1]https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id12
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#boolean-operations-and-or-not
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#comparisons
ishttps://python.github.io/python-docs-zh-tw/reference/expressions.html#is
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
__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__
__le__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__le__
__gt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__gt__
__ge__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ge__
__lt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lt__
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
ishttps://python.github.io/python-docs-zh-tw/reference/expressions.html#is
is nothttps://python.github.io/python-docs-zh-tw/reference/expressions.html#is-not
inhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#in
not inhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#not-in
可疊代物件https://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
__contains__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__contains__
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
complexhttps://python.github.io/python-docs-zh-tw/library/functions.html#complex
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#numeric-types-int-float-complex
sys.float_infohttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.float_info
fractions.Fractionhttps://python.github.io/python-docs-zh-tw/library/fractions.html#fractions.Fraction
decimal.Decimalhttps://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Decimal
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
float()https://python.github.io/python-docs-zh-tw/library/functions.html#float
complex()https://python.github.io/python-docs-zh-tw/library/functions.html#complex
[2]https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id13
Operator precedencehttps://python.github.io/python-docs-zh-tw/reference/expressions.html#operator-summary
abs()https://python.github.io/python-docs-zh-tw/library/functions.html#abs
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
float()https://python.github.io/python-docs-zh-tw/library/functions.html#float
complex()https://python.github.io/python-docs-zh-tw/library/functions.html#complex
divmod()https://python.github.io/python-docs-zh-tw/library/functions.html#divmod
pow()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
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
abs()https://python.github.io/python-docs-zh-tw/library/functions.html#abs
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
math.floor()https://python.github.io/python-docs-zh-tw/library/math.html#math.floor
math.ceil()https://python.github.io/python-docs-zh-tw/library/math.html#math.ceil
Unicode 標準https://unicode.org/Public/UNIDATA/extracted/DerivedNumericType.txt
numbers.Realhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Real
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
math.trunc(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.trunc
Integralhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Integral
round(x[, n])https://python.github.io/python-docs-zh-tw/library/functions.html#round
math.floor(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.floor
Integralhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Integral
math.ceil(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.ceil
Integralhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Integral
mathhttps://python.github.io/python-docs-zh-tw/library/math.html#module-math
cmathhttps://python.github.io/python-docs-zh-tw/library/cmath.html#module-cmath
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bitwise-operations-on-integer-types
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#additional-methods-on-integer-types
numbers.Integralhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Integral
抽象基底類別https://python.github.io/python-docs-zh-tw/glossary.html#term-abstract-base-class
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#int.bit_length
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#int.bit_count
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#int.to_bytes
OverflowErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OverflowError
OverflowErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OverflowError
OverflowErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OverflowError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#int.from_bytes
類位元組物件https://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
sys.byteorderhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.byteorder
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#int.as_integer_ratio
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#int.is_integer
float.is_integer()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#float.is_integer
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#additional-methods-on-float
numbers.Realhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Real
抽象基底類別https://python.github.io/python-docs-zh-tw/glossary.html#term-abstract-base-class
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#float.from_number
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__
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#float.as_integer_ratio
OverflowErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OverflowError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#float.is_integer
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#float.hex
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#float.fromhex
float.hex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#float.hex
float.fromhex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#float.fromhex
float.hex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#float.hex
float.fromhex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#float.fromhex
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#additional-methods-on-complex
numbers.Complexhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex
抽象基底類別https://python.github.io/python-docs-zh-tw/glossary.html#term-abstract-base-class
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#complex.from_number
__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/stdtypes.html#hashing-of-numeric-types
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
decimal.Decimalhttps://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Decimal
fractions.Fractionhttps://python.github.io/python-docs-zh-tw/library/fractions.html#fractions.Fraction
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
fractions.Fractionhttps://python.github.io/python-docs-zh-tw/library/fractions.html#fractions.Fraction
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
decimal.Decimalhttps://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Decimal
sys.hash_infohttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.hash_info
modulushttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.hash_info.modulus
complexhttps://python.github.io/python-docs-zh-tw/library/functions.html#complex
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
complexhttps://python.github.io/python-docs-zh-tw/library/functions.html#complex
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#boolean-type-bool
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
bool()https://python.github.io/python-docs-zh-tw/library/functions.html#bool
真值檢測https://python.github.io/python-docs-zh-tw/library/stdtypes.html#truth
boolean 運算子https://python.github.io/python-docs-zh-tw/library/stdtypes.html#boolean
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
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator-types
可疊代物件https://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#container.__iter__
疊代器https://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
tp_iterhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_iter
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator.__iter__
疊代器https://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#for
inhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#in
tp_iterhttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_iter
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator.__next__
疊代器https://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
tp_iternexthttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_iternext
__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#generator-types
generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generator
__iter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iter__
__iter__()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator.__iter__
__next__()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.__next__
the documentation for the yield expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#yieldexpr
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence-types-list-tuple-range
binary datahttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#binaryseq
text stringshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#textseq
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#common-sequence-operations
collections.abc.Sequencehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Sequence
[3]https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id14
Comparisonshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#comparisons
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
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/faq/programming.html#faq-multidimensional-list
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
str.join()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.join
io.StringIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.StringIO
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytes.join()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.join
io.BytesIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.count
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.index
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#immutable-sequence-types
hash()https://python.github.io/python-docs-zh-tw/library/functions.html#hash
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#mutable-sequence-types
collections.abc.MutableSequencehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.MutableSequence
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
__index__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
Common Sequence Operationshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq-common
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.append
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.clear
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.copy
MutableSequencehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.MutableSequence
ABChttps://python.github.io/python-docs-zh-tw/library/abc.html#abc.ABC
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.extend
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.insert
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.pop
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.remove
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.reverse
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#lists
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
sorted()https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
commonhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq-common
mutablehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq-mutable
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.sort
sort()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.sort
keyword-only argumentshttps://python.github.io/python-docs-zh-tw/glossary.html#keyword-only-parameter
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
sort()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.sort
排序技法https://python.github.io/python-docs-zh-tw/howto/sorting.html#sortinghowto
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuples
enumerate()https://python.github.io/python-docs-zh-tw/library/functions.html#enumerate
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
tuple()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
commonhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq-common
collections.namedtuple()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.namedtuple
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#ranges
rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range
forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#for
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#range
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__
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
sys.maxsizehttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.maxsize
len()https://python.github.io/python-docs-zh-tw/library/functions.html#len
OverflowErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OverflowError
commonhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq-common
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#range.start
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#range.stop
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#range.step
rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range
collections.abc.Sequencehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Sequence
Sequence Types --- list, tuple, rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq
starthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range.start
stophttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range.stop
stephttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range.step
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
starthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range.start
stophttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range.stop
stephttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#range.step
linspace recipehttps://code.activestate.com/recipes/579000-equally-spaced-numbers-linspace/
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#text-and-binary-sequence-type-methods-summary
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
str.format()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.format
str.format_map()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.format_map
f-string(f 字串)https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#f-strings
printf-style String Formattinghttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#old-string-formatting
printf-style Bytes Formattinghttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes-formatting
str.find()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.find
str.rfind()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rfind
bytes.find()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.find
bytes.rfind()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.rfind
str.index()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.index
str.rindex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rindex
bytes.index()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.index
bytes.rindex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.rindex
str.startswith()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.startswith
bytes.startswith()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.startswith
str.endswith()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.endswith
bytes.endswith()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.endswith
str.count()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.count
bytes.count()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.count
str.replace()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.replace
bytes.replace()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.replace
str.split()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.split
str.rsplit()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rsplit
bytes.split()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.split
bytes.rsplit()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.rsplit
str.splitlines()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.splitlines
bytes.splitlines()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.splitlines
str.partition()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.partition
bytes.partition()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.partition
str.rpartition()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rpartition
bytes.rpartition()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.rpartition
str.join()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.join
bytes.join()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.join
str.isalpha()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isalpha
bytes.isalpha()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.isalpha
str.isdecimal()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isdecimal
str.isdigit()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isdigit
bytes.isdigit()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.isdigit
str.isnumeric()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isnumeric
str.isalnum()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isalnum
bytes.isalnum()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.isalnum
str.isidentifier()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isidentifier
str.islower()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.islower
bytes.islower()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.islower
str.isupper()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isupper
bytes.isupper()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.isupper
str.istitle()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.istitle
bytes.istitle()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.istitle
str.isspace()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isspace
bytes.isspace()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.isspace
str.isprintable()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isprintable
str.lower()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.lower
bytes.lower()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.lower
str.upper()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.upper
bytes.upper()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.upper
str.casefold()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.casefold
str.capitalize()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.capitalize
bytes.capitalize()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.capitalize
str.title()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.title
bytes.title()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.title
str.swapcase()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.swapcase
bytes.swapcase()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.swapcase
str.ljust()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.ljust
str.rjust()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rjust
bytes.ljust()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.ljust
bytes.rjust()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.rjust
str.center()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.center
bytes.center()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.center
str.expandtabs()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.expandtabs
bytes.expandtabs()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.expandtabs
str.strip()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.strip
bytes.strip()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.strip
str.lstrip()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.lstrip
str.rstrip()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rstrip
bytes.lstrip()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.lstrip
bytes.rstrip()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.rstrip
str.translate()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.translate
bytes.translate()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.translate
str.maketrans()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.maketrans
bytes.maketrans()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.maketrans
str.encode()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.encode
bytes.decode()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.decode
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#text-sequence-type-str
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
sequenceshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq
String and Bytes literalshttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#strings
escape sequenceshttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#escape-sequences
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
str.join()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.join
io.StringIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.StringIO
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
stringhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#textseq
type(object).__str__(object)https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__str__
__str__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__str__
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
repr(object)https://python.github.io/python-docs-zh-tw/library/functions.html#repr
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
bytes.decode(encoding, errors)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.decode
bytes.decode()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.decode
Binary Sequence Types --- bytes, bytearray, memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#binaryseq
緩衝協定 (Buffer Protocol)https://python.github.io/python-docs-zh-tw/c-api/buffer.html#bufferobjects
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
-bhttps://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-b
Text Sequence Type --- strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#textseq
字串方法https://python.github.io/python-docs-zh-tw/library/stdtypes.html#string-methods
f-string(f 字串)https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#f-strings
格式化文字語法https://python.github.io/python-docs-zh-tw/library/string.html#formatstrings
文本處理 (Text Processing) 服務https://python.github.io/python-docs-zh-tw/library/text.html#stringservices
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#string-methods
commonhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq-common
str.format()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.format
格式化文字語法https://python.github.io/python-docs-zh-tw/library/string.html#formatstrings
自訂字串格式https://python.github.io/python-docs-zh-tw/library/string.html#string-formatting
printf-style String Formattinghttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#old-string-formatting
文本處理 (Text Processing) 服務https://python.github.io/python-docs-zh-tw/library/text.html#textservices
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.capitalize
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.casefold
lower()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.lower
casefold()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.casefold
described in section 3.13 'Default Case Folding' of the Unicode Standardhttps://www.unicode.org/versions/Unicode16.0.0/core-spec/chapter-3/#G33992
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.center
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.count
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.encode
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
標準編碼https://python.github.io/python-docs-zh-tw/library/codecs.html#standard-encodings
UnicodeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeError
codecs.register_error()https://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.register_error
Error Handlershttps://python.github.io/python-docs-zh-tw/library/codecs.html#error-handlers
Python 開發模式https://python.github.io/python-docs-zh-tw/library/devmode.html#devmode
debug buildhttps://python.github.io/python-docs-zh-tw/using/configure.html#debug-build
Python 開發模式https://python.github.io/python-docs-zh-tw/library/devmode.html#devmode
debug modehttps://python.github.io/python-docs-zh-tw/using/configure.html#debug-build
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.endswith
startswith()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.startswith
removesuffix()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.removesuffix
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.expandtabs
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.find
rfind()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rfind
index()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.index
find()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.find
inhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#in
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.format
格式化文字語法https://python.github.io/python-docs-zh-tw/library/string.html#formatstrings
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
complexhttps://python.github.io/python-docs-zh-tw/library/functions.html#complex
decimal.Decimalhttps://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Decimal
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.format_map
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.index
find()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.find
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isalnum
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isalpha
Alphabetic property defined in the section 4.10 'Letters, Alphabetic, and Ideographic' of the Unicode Standardhttps://www.unicode.org/versions/Unicode16.0.0/core-spec/chapter-4/#G91002
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isascii
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isdecimal
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isdigit
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isidentifier
Names (identifiers and keywords)https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#identifiers
keyword.iskeyword()https://python.github.io/python-docs-zh-tw/library/keyword.html#keyword.iskeyword
defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#def
classhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#class
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.islower
[4]https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id15
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isnumeric
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isprintable
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
sys.stdouthttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdout
sys.stderrhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stderr
unicodedatahttps://python.github.io/python-docs-zh-tw/library/unicodedata.html#module-unicodedata
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isspace
unicodedatahttps://python.github.io/python-docs-zh-tw/library/unicodedata.html#module-unicodedata
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.istitle
title()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.title
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isupper
[4]https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id15
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.join
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.ljust
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.lower
[4]https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id15
described in section 3.13 'Default Case Folding' of the Unicode Standardhttps://www.unicode.org/versions/Unicode16.0.0/core-spec/chapter-3/#G33992
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.lstrip
str.removeprefix()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.removeprefix
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.maketrans
str.translate()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.translate
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.partition
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.removeprefix
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.removesuffix
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.replace
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rfind
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rindex
rfind()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rfind
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rjust
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rpartition
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rsplit
rsplit()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rsplit
split()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.split
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.rstrip
str.removesuffix()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.removesuffix
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.split
re.split()https://python.github.io/python-docs-zh-tw/library/re.html#re.split
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.splitlines
universal newlineshttps://python.github.io/python-docs-zh-tw/glossary.html#term-universal-newlines
split()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.split
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.startswith
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.strip
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.swapcase
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.title
string.capwords()https://python.github.io/python-docs-zh-tw/library/string.html#string.capwords
istitle()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.istitle
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.translate
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
mappinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-mapping
sequencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-sequence
LookupErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#LookupError
str.maketrans()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.maketrans
codecshttps://python.github.io/python-docs-zh-tw/library/codecs.html#module-codecs
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.upper
[4]https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id15
described in section 3.13 'Default Case Folding' of the Unicode Standardhttps://www.unicode.org/versions/Unicode16.0.0/core-spec/chapter-3/#G33992
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.zfill
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#formatted-string-literals-f-strings
awaithttps://python.github.io/python-docs-zh-tw/reference/expressions.html#await
async forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-for
str.format()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.format
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
format specifiershttps://python.github.io/python-docs-zh-tw/library/string.html#formatstrings
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
ascii()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
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
format specifierhttps://python.github.io/python-docs-zh-tw/library/string.html#formatstrings
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#printf-style-string-formatting
formatted string literalshttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#f-strings
str.format()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.format
string.Templatehttps://python.github.io/python-docs-zh-tw/library/string.html#string.Template
[5]https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id16
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
ascii()https://python.github.io/python-docs-zh-tw/library/functions.html#ascii
PEP 237https://peps.python.org/pep-0237/
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
buffer protocolhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#bufferobjects
arrayhttps://python.github.io/python-docs-zh-tw/library/array.html#module-array
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes-objects
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
String and Bytes literalshttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#strings
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
byteshttps://python.github.io/python-docs-zh-tw/library/functions.html#func-bytes
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.fromhex
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytes.fromhex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.fromhex
bytes.fromhex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.fromhex
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytes-like objectshttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.hex
bytes.hex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.hex
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray-objects
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
mutablehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq-mutable
Bytes 和 Bytearray 的操作https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes-methods
bytearrayhttps://python.github.io/python-docs-zh-tw/library/functions.html#func-bytearray
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.fromhex
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
bytearray.fromhex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.fromhex
bytearray.fromhex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.fromhex
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytes-like objectshttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.hex
bytes.hex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.hex
bytearray.hex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.hex
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.resize
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes-and-bytearray-operations
commonhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq-common
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.count
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.count
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.removeprefix
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.removeprefix
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.removesuffix
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.removesuffix
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.decode
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.decode
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
標準編碼https://python.github.io/python-docs-zh-tw/library/codecs.html#standard-encodings
UnicodeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeError
codecs.register_error()https://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.register_error
Error Handlershttps://python.github.io/python-docs-zh-tw/library/codecs.html#error-handlers
Python 開發模式https://python.github.io/python-docs-zh-tw/library/devmode.html#devmode
debug buildhttps://python.github.io/python-docs-zh-tw/using/configure.html#debug-build
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
Python 開發模式https://python.github.io/python-docs-zh-tw/library/devmode.html#devmode
debug modehttps://python.github.io/python-docs-zh-tw/using/configure.html#debug-build
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.endswith
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.endswith
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.find
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.find
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
find()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.find
inhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#in
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.index
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.index
find()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.find
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.join
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.join
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
bytes-like objectshttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.maketrans
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.maketrans
bytes.translate()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.translate
bytes-like objectshttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.partition
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.partition
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.replace
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.replace
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.rfind
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.rfind
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.rindex
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.rindex
rfind()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.rfind
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.rpartition
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.rpartition
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.startswith
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.startswith
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.translate
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.translate
bytes.maketrans()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.maketrans
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.center
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.center
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.ljust
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.ljust
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.lstrip
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.lstrip
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
removeprefix()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.removeprefix
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.rjust
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.rjust
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.rsplit
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.rsplit
rsplit()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.rsplit
split()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.split
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.rstrip
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.rstrip
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
removesuffix()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.removesuffix
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.split
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.split
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.strip
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.strip
bytes-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.capitalize
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.capitalize
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.expandtabs
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.expandtabs
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.isalnum
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.isalnum
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.isalpha
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.isalpha
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.isascii
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.isascii
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.isdigit
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.isdigit
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.islower
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.islower
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.isspace
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.isspace
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.istitle
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.istitle
bytes.title()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.title
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.isupper
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.isupper
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.lower
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.lower
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.splitlines
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.splitlines
universal newlineshttps://python.github.io/python-docs-zh-tw/glossary.html#term-universal-newlines
split()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.split
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.swapcase
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.swapcase
str.swapcase()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.swapcase
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.title
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.title
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.upper
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.upper
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.zfill
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.zfill
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#printf-style-bytes-formatting
[5]https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id16
buffer protocolhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#bufferobjects
__bytes__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__bytes__
PEP 237https://peps.python.org/pep-0237/
PEP 461https://peps.python.org/pep-0461/
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memory-views
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
buffer protocolhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#bufferobjects
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
array.arrayhttps://python.github.io/python-docs-zh-tw/library/array.html#array.array
tolisthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.tolist
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
itemsizehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.itemsize
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
formathttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.format
structhttps://python.github.io/python-docs-zh-tw/library/struct.html#module-struct
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
collections.abc.Sequencehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Sequence
generic typehttps://python.github.io/python-docs-zh-tw/glossary.html#term-generic-type
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.__eq__
PEP 3118https://peps.python.org/pep-3118/
structhttps://python.github.io/python-docs-zh-tw/library/struct.html#module-struct
structhttps://python.github.io/python-docs-zh-tw/library/struct.html#module-struct
tolist()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.tolist
structhttps://python.github.io/python-docs-zh-tw/library/struct.html#module-struct
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.tobytes
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
tobytes()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.tobytes
structhttps://python.github.io/python-docs-zh-tw/library/struct.html#module-struct
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.hex
bytes.hex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.hex
memoryview.hex()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.hex
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.tolist
tolist()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.tolist
structhttps://python.github.io/python-docs-zh-tw/library/struct.html#module-struct
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.toreadonly
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.release
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
release()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.release
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.cast
contiguoushttps://python.github.io/python-docs-zh-tw/glossary.html#term-contiguous
structhttps://python.github.io/python-docs-zh-tw/library/struct.html#module-struct
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.count
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.index
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.obj
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.nbytes
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.readonly
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.format
structhttps://python.github.io/python-docs-zh-tw/library/struct.html#module-struct
tolist()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.tolist
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.itemsize
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.ndim
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.shape
ndimhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.ndim
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.strides
ndimhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.ndim
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.suboffsets
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.c_contiguous
contiguoushttps://python.github.io/python-docs-zh-tw/glossary.html#term-contiguous
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.f_contiguous
contiguoushttps://python.github.io/python-docs-zh-tw/glossary.html#term-contiguous
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview.contiguous
contiguoushttps://python.github.io/python-docs-zh-tw/glossary.html#term-contiguous
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#set-types-set-frozenset
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
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
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.isdisjoint
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.issubset
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.issuperset
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.union
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.intersection
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.difference
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.symmetric_difference
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.copy
union()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.union
intersection()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.intersection
difference()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.difference
symmetric_difference()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.symmetric_difference
issubset()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.issubset
issuperset()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.issuperset
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
list.sort()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.sort
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.update
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.intersection_update
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.difference_update
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.symmetric_difference_update
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.add
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.remove
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.discard
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.pop
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.clear
update()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.update
intersection_update()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.intersection_update
difference_update()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.difference_update
symmetric_difference_update()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.symmetric_difference_update
__contains__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__contains__
remove()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.remove
discard()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.discard
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#mapping-types-dict
mappinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-mapping
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
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
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
iterablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
__missing__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__missing__
__missing__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__missing__
__missing__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__missing__
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
__missing__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__missing__
collections.Counterhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
collections.defaultdicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.clear
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.copy
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.fromkeys
fromkeys()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.fromkeys
dict comprehensionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#dict
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.get
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.items
documentation of view objectshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict-views
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.keys
documentation of view objectshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict-views
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.pop
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.popitem
popitem()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.popitem
popitem()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.popitem
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
popitem()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.popitem
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.setdefault
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.update
update()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.update
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.values
documentation of view objectshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict-views
mappinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-mapping
iterablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
types.MappingProxyTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.MappingProxyType
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dictionary-view-objects
dict.keys()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.keys
dict.values()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.values
dict.items()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.items
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
types.MappingProxyTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.MappingProxyType
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
collections.abc.Sethttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Set
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#context-manager-types
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#contextmanager.__enter__
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
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
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
decimal.localcontext()https://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.localcontext
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#contextmanager.__exit__
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
contextlibhttps://python.github.io/python-docs-zh-tw/library/contextlib.html#module-contextlib
generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generator
contextlib.contextmanagerhttps://python.github.io/python-docs-zh-tw/library/contextlib.html#contextlib.contextmanager
contextlib.contextmanagerhttps://python.github.io/python-docs-zh-tw/library/contextlib.html#contextlib.contextmanager
__enter__()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#contextmanager.__enter__
__exit__()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#contextmanager.__exit__
泛型別名 (Generic Alias)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-genericalias
聯合 (Union)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-union
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#type-annotation-types-generic-alias-union
型別註釋https://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
泛型別名https://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-genericalias
聯合https://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-union
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#generic-alias-type
下標 (subscripting)https://python.github.io/python-docs-zh-tw/reference/expressions.html#subscriptions
容器類別https://python.github.io/python-docs-zh-tw/reference/datamodel.html#sequence-types
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
型別註釋https://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
generic typehttps://python.github.io/python-docs-zh-tw/glossary.html#term-generic-type
下標https://python.github.io/python-docs-zh-tw/reference/expressions.html#subscriptions
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
正規表示式https://python.github.io/python-docs-zh-tw/library/re.html#module-re
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
re.Matchhttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
re.Matchhttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
types.GenericAliashttps://python.github.io/python-docs-zh-tw/library/types.html#types.GenericAlias
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
對映https://python.github.io/python-docs-zh-tw/glossary.html#term-mapping
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
inthttps://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
型別註釋https://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
型別變數 (type variable)https://python.github.io/python-docs-zh-tw/library/typing.html#generics
__args__https://python.github.io/python-docs-zh-tw/library/stdtypes.html#genericalias.__args__
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#standard-generic-classes
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
typehttps://python.github.io/python-docs-zh-tw/library/functions.html#type
asyncio.Futurehttps://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future
asyncio.Taskhttps://python.github.io/python-docs-zh-tw/library/asyncio-task.html#asyncio.Task
collections.dequehttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque
collections.defaultdicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict
collections.OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
collections.Counterhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
collections.ChainMaphttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.ChainMap
collections.abc.Awaitablehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Awaitable
collections.abc.Coroutinehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Coroutine
collections.abc.AsyncIterablehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.AsyncIterable
collections.abc.AsyncIteratorhttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.AsyncIterator
collections.abc.AsyncGeneratorhttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.AsyncGenerator
collections.abc.Iterablehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Iterable
collections.abc.Iteratorhttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Iterator
collections.abc.Generatorhttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Generator
collections.abc.Reversiblehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Reversible
collections.abc.Containerhttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Container
collections.abc.Collectionhttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Collection
collections.abc.Callablehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Callable
collections.abc.Sethttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Set
collections.abc.MutableSethttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.MutableSet
collections.abc.Mappinghttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Mapping
collections.abc.MutableMappinghttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.MutableMapping
collections.abc.Sequencehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Sequence
collections.abc.MutableSequencehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.MutableSequence
collections.abc.ByteStringhttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.ByteString
collections.abc.MappingViewhttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.MappingView
collections.abc.KeysViewhttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.KeysView
collections.abc.ItemsViewhttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.ItemsView
collections.abc.ValuesViewhttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.ValuesView
contextlib.AbstractContextManagerhttps://python.github.io/python-docs-zh-tw/library/contextlib.html#contextlib.AbstractContextManager
contextlib.AbstractAsyncContextManagerhttps://python.github.io/python-docs-zh-tw/library/contextlib.html#contextlib.AbstractAsyncContextManager
dataclasses.Fieldhttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.Field
functools.cached_propertyhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.cached_property
functools.partialmethodhttps://python.github.io/python-docs-zh-tw/library/functools.html#functools.partialmethod
os.PathLikehttps://python.github.io/python-docs-zh-tw/library/os.html#os.PathLike
queue.LifoQueuehttps://python.github.io/python-docs-zh-tw/library/queue.html#queue.LifoQueue
queue.Queuehttps://python.github.io/python-docs-zh-tw/library/queue.html#queue.Queue
queue.PriorityQueuehttps://python.github.io/python-docs-zh-tw/library/queue.html#queue.PriorityQueue
queue.SimpleQueuehttps://python.github.io/python-docs-zh-tw/library/queue.html#queue.SimpleQueue
re.Patternhttps://python.github.io/python-docs-zh-tw/library/re.html#re-objects
re.Matchhttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
shelve.BsdDbShelfhttps://python.github.io/python-docs-zh-tw/library/shelve.html#shelve.BsdDbShelf
shelve.DbfilenameShelfhttps://python.github.io/python-docs-zh-tw/library/shelve.html#shelve.DbfilenameShelf
shelve.Shelfhttps://python.github.io/python-docs-zh-tw/library/shelve.html#shelve.Shelf
types.MappingProxyTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.MappingProxyType
weakref.WeakKeyDictionaryhttps://python.github.io/python-docs-zh-tw/library/weakref.html#weakref.WeakKeyDictionary
weakref.WeakMethodhttps://python.github.io/python-docs-zh-tw/library/weakref.html#weakref.WeakMethod
weakref.WeakSethttps://python.github.io/python-docs-zh-tw/library/weakref.html#weakref.WeakSet
weakref.WeakValueDictionaryhttps://python.github.io/python-docs-zh-tw/library/weakref.html#weakref.WeakValueDictionary
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#special-attributes-of-genericalias-objects
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#genericalias.__origin__
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#genericalias.__args__
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#genericalias.__parameters__
typing.ParamSpechttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.ParamSpec
typing.ParamSpechttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.ParamSpec
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#genericalias.__unpacked__
TypeVarTuplehttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.TypeVarTuple
PEP 484https://peps.python.org/pep-0484/
PEP 585https://peps.python.org/pep-0585/
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
泛型https://python.github.io/python-docs-zh-tw/library/typing.html#generics
使用者定義泛型https://python.github.io/python-docs-zh-tw/library/typing.html#user-defined-generics
typing.Generichttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.Generic
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#union-type
型別物件 (type object)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bltin-type-objects
型別註釋 (type annotation)https://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
typing.Unionhttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.Union
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
types.UnionTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.UnionType
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
參數化泛型https://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-genericalias
types.UnionTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.UnionType
isinstance()https://python.github.io/python-docs-zh-tw/library/functions.html#isinstance
PEP 604https://peps.python.org/pep-0604/
typing.Unionhttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.Union
types.UnionTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.UnionType
typing.Unionhttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.Union
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#other-built-in-types
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#modules
importhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#import
__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__
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#classes-and-class-instances
物件、數值和型別https://python.github.io/python-docs-zh-tw/reference/datamodel.html#objects
類別定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#class
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#functions
函式定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#function
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#methods
built-in methodshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#builtin-methods
append()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.append
class instance methodhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#instance-methods
instance methodhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#instance-methods
m.__self__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__self__
m.__func__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__func__
function objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#user-defined-funcs
method.__func__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__func__
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
實例方法https://python.github.io/python-docs-zh-tw/reference/datamodel.html#instance-methods
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#code-objects
compile()https://python.github.io/python-docs-zh-tw/library/functions.html#compile
__code__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__code__
codehttps://python.github.io/python-docs-zh-tw/library/code.html#module-code
__code__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__code__
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
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
標準型別階層https://python.github.io/python-docs-zh-tw/reference/datamodel.html#types
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#type-objects
type()https://python.github.io/python-docs-zh-tw/library/functions.html#type
typeshttps://python.github.io/python-docs-zh-tw/library/types.html#module-types
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#the-null-object
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#the-ellipsis-object
Ellipsishttps://python.github.io/python-docs-zh-tw/library/constants.html#Ellipsis
Ellipsishttps://python.github.io/python-docs-zh-tw/library/constants.html#Ellipsis
callable argumentshttps://python.github.io/python-docs-zh-tw/library/typing.html#annotating-callables
tuple elementshttps://python.github.io/python-docs-zh-tw/library/typing.html#annotating-tuples
pass statementhttps://python.github.io/python-docs-zh-tw/tutorial/controlflow.html#tut-pass
Numpy's slicing and stridinghttps://numpy.org/doc/stable/user/basics.indexing.html#slicing-and-striding
ELLIPSIShttps://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.ELLIPSIS
interactivehttps://python.github.io/python-docs-zh-tw/glossary.html#term-interactive
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#the-notimplemented-object
Comparisonshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#comparisons
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#internal-objects
標準型別階層https://python.github.io/python-docs-zh-tw/reference/datamodel.html#types
stack frame objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame-objects
traceback objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#traceback-objects
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#special-attributes
dir()https://python.github.io/python-docs-zh-tw/library/functions.html#dir
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__name__
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__qualname__
qualified namehttps://python.github.io/python-docs-zh-tw/glossary.html#term-qualified-name
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__module__
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__doc__
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__type_params__
type parametershttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#type-params
type aliaseshttps://python.github.io/python-docs-zh-tw/library/typing.html#type-aliases
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#integer-string-conversion-length-limitation
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
CVE 2020-10735https://www.cve.org/CVERecord?id=CVE-2020-10735
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
sys.int_info.default_max_str_digitshttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.int_info
sys.int_info.str_digits_check_thresholdhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.int_info
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#affected-apis
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
int.from_bytes()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#int.from_bytes
int.to_bytes()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#int.to_bytes
hex()https://python.github.io/python-docs-zh-tw/library/functions.html#hex
oct()https://python.github.io/python-docs-zh-tw/library/functions.html#oct
bin()https://python.github.io/python-docs-zh-tw/library/functions.html#bin
格式規格 (Format Specification) 迷你語言https://python.github.io/python-docs-zh-tw/library/string.html#formatspec
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
decimal.Decimalhttps://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Decimal
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#configuring-the-limit
PYTHONINTMAXSTRDIGITShttps://python.github.io/python-docs-zh-tw/using/cmdline.html#envvar-PYTHONINTMAXSTRDIGITS
-X int_max_str_digitshttps://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-X
sys.flags.int_max_str_digitshttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.flags.int_max_str_digits
PYTHONINTMAXSTRDIGITShttps://python.github.io/python-docs-zh-tw/using/cmdline.html#envvar-PYTHONINTMAXSTRDIGITS
-X int_max_str_digitshttps://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-X
sys.int_info.default_max_str_digitshttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.int_info.default_max_str_digits
syshttps://python.github.io/python-docs-zh-tw/library/sys.html#module-sys
sys.get_int_max_str_digits()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.get_int_max_str_digits
sys.set_int_max_str_digits()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.set_int_max_str_digits
sys.int_infohttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.int_info
sys.int_info.default_max_str_digitshttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.int_info
sys.int_info.str_digits_check_thresholdhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.int_info
https://python.github.io/python-docs-zh-tw/library/stdtypes.html#recommended-configuration
sys.int_info.default_max_str_digitshttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.int_info.default_max_str_digits
1https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id1
Basic customizationhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#customization
2https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id2
3https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id4
1https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id6
2https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id7
3https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id8
4https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id9
1https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id10
2https://python.github.io/python-docs-zh-tw/library/stdtypes.html#id11
目錄https://python.github.io/python-docs-zh-tw/contents.html
內建型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html
真值檢測https://python.github.io/python-docs-zh-tw/library/stdtypes.html#truth-value-testing
Boolean(布林)運算 --- and, or, nothttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#boolean-operations-and-or-not
比較運算https://python.github.io/python-docs-zh-tw/library/stdtypes.html#comparisons
數值型別 --- int、float、complexhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#numeric-types-int-float-complex
整數型別的位元運算https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bitwise-operations-on-integer-types
整數型別的附加方法https://python.github.io/python-docs-zh-tw/library/stdtypes.html#additional-methods-on-integer-types
浮點數的附加方法https://python.github.io/python-docs-zh-tw/library/stdtypes.html#additional-methods-on-float
複數的附加方法https://python.github.io/python-docs-zh-tw/library/stdtypes.html#additional-methods-on-complex
數值型別的雜湊https://python.github.io/python-docs-zh-tw/library/stdtypes.html#hashing-of-numeric-types
Boolean 型別 - boolhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#boolean-type-bool
疊代器型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator-types
Generator Typeshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#generator-types
Sequence Types --- list, tuple, rangehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence-types-list-tuple-range
Common Sequence Operationshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#common-sequence-operations
不可變序列型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#immutable-sequence-types
可變序列型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#mutable-sequence-types
List(串列)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#lists
Tupleshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuples
Rangeshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#ranges
Text and Binary Sequence Type Methods Summaryhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#text-and-binary-sequence-type-methods-summary
Text Sequence Type --- strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#text-sequence-type-str
字串方法https://python.github.io/python-docs-zh-tw/library/stdtypes.html#string-methods
Formatted String Literals (f-strings)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#formatted-string-literals-f-strings
printf-style String Formattinghttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#printf-style-string-formatting
Binary Sequence Types --- bytes, bytearray, memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview
Bytes Objectshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes-objects
Bytearray 物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray-objects
Bytes 和 Bytearray 的操作https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes-and-bytearray-operations
printf-style Bytes Formattinghttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#printf-style-bytes-formatting
Memory Viewshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memory-views
Set Types --- set, frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set-types-set-frozenset
Mapping Types --- dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#mapping-types-dict
字典視圖物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dictionary-view-objects
情境管理器型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#context-manager-types
型別註釋的型別 --- 泛型別名 (Generic Alias)、聯合 (Union)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#type-annotation-types-generic-alias-union
泛型別名型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#generic-alias-type
標準泛型類別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#standard-generic-classes
GenericAlias 物件的特殊屬性https://python.github.io/python-docs-zh-tw/library/stdtypes.html#special-attributes-of-genericalias-objects
聯合型別 (Union Type)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#union-type
其他內建型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#other-built-in-types
模組https://python.github.io/python-docs-zh-tw/library/stdtypes.html#modules
類別與類別實例https://python.github.io/python-docs-zh-tw/library/stdtypes.html#classes-and-class-instances
函式https://python.github.io/python-docs-zh-tw/library/stdtypes.html#functions
方法https://python.github.io/python-docs-zh-tw/library/stdtypes.html#methods
程式碼物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#code-objects
Type Objectshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#type-objects
Null 物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#the-null-object
Ellipsis 物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#the-ellipsis-object
NotImplemented 物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#the-notimplemented-object
內部物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#internal-objects
特殊屬性https://python.github.io/python-docs-zh-tw/library/stdtypes.html#special-attributes
Integer string conversion length limitationhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#integer-string-conversion-length-limitation
受影響的 APIhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#affected-apis
設定限制https://python.github.io/python-docs-zh-tw/library/stdtypes.html#configuring-the-limit
建議的配置https://python.github.io/python-docs-zh-tw/library/stdtypes.html#recommended-configuration
內建常數https://python.github.io/python-docs-zh-tw/library/constants.html
內建的例外https://python.github.io/python-docs-zh-tw/library/exceptions.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/stdtypes.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/exceptions.html
上一頁https://python.github.io/python-docs-zh-tw/library/constants.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/stdtypes.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.