René's URL Explorer Experiment


Title: 6. 運算式 — 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
6. 運算式https://python.github.io/python-docs-zh-tw/reference/expressions.html
6.1. Arithmetic conversionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#arithmetic-conversions
6.2. Atomshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#atoms
6.2.1. Identifiers (Names)https://python.github.io/python-docs-zh-tw/reference/expressions.html#atom-identifiers
6.2.1.1. Private name manglinghttps://python.github.io/python-docs-zh-tw/reference/expressions.html#index-5
6.2.2. Literalshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#literals
6.2.2.1. String literal concatenationhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#string-literal-concatenation
6.2.3. Parenthesized formshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#parenthesized-forms
6.2.4. Displays for lists, sets and dictionarieshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#displays-for-lists-sets-and-dictionaries
6.2.5. List displayshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#list-displays
6.2.6. Set displayshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#set-displays
6.2.7. Dictionary displayshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#dictionary-displays
6.2.8. Generator expressionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#generator-expressions
6.2.9. Yield expressionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#yield-expressions
6.2.9.1. Generator-iterator methodshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#generator-iterator-methods
6.2.9.2. 模組https://python.github.io/python-docs-zh-tw/reference/expressions.html#examples
6.2.9.3. 非同步產生器函式https://python.github.io/python-docs-zh-tw/reference/expressions.html#asynchronous-generator-functions
6.2.9.4. Asynchronous generator-iterator methodshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#asynchronous-generator-iterator-methods
6.3. Primarieshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#primaries
6.3.1. Attribute referenceshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#attribute-references
6.3.2. Subscriptionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#subscriptions
6.3.3. Slicingshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#slicings
6.3.4. Callshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#calls
6.4. Await expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#await-expression
6.5. The power operatorhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#the-power-operator
6.6. Unary arithmetic and bitwise operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#unary-arithmetic-and-bitwise-operations
6.7. Binary arithmetic operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#binary-arithmetic-operations
6.8. Shifting operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#shifting-operations
6.9. Binary bitwise operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#binary-bitwise-operations
6.10. Comparisonshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#comparisons
6.10.1. Value comparisonshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#value-comparisons
6.10.2. Membership test operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#membership-test-operations
6.10.3. Identity comparisonshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#is-not
6.11. Boolean operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#boolean-operations
6.12. Assignment expressionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#assignment-expressions
6.13. Conditional expressionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#conditional-expressions
6.14. Lambdashttps://python.github.io/python-docs-zh-tw/reference/expressions.html#lambda
6.15. Expression listshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#expression-lists
6.16. Evaluation orderhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#evaluation-order
6.17. Operator precedencehttps://python.github.io/python-docs-zh-tw/reference/expressions.html#operator-precedence
5. 模組引入系統https://python.github.io/python-docs-zh-tw/reference/import.html
7. 簡單陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/reference/expressions.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/reference/simple_stmts.html
上一頁https://python.github.io/python-docs-zh-tw/reference/import.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 語言參考手冊https://python.github.io/python-docs-zh-tw/reference/index.html
6. 運算式https://python.github.io/python-docs-zh-tw/reference/expressions.html
https://python.github.io/python-docs-zh-tw/reference/expressions.html#expressions
https://python.github.io/python-docs-zh-tw/reference/expressions.html#arithmetic-conversions
https://python.github.io/python-docs-zh-tw/reference/expressions.html#atoms
identifierhttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
literalhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-literal
enclosurehttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-enclosure
parenth_formhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-parenth_form
list_displayhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-list_display
dict_displayhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-dict_display
set_displayhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-set_display
generator_expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-generator_expression
yield_atomhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-yield_atom
https://python.github.io/python-docs-zh-tw/reference/expressions.html#atom-identifiers
Names (identifiers and keywords)https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#identifiers
Naming and bindinghttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#naming
NameErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError
https://python.github.io/python-docs-zh-tw/reference/expressions.html#index-5
class specificationshttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#class
__name__https://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__name__
https://python.github.io/python-docs-zh-tw/reference/expressions.html#literals
stringshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-strings
NUMBERhttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#grammar-token-python-grammar-NUMBER
Literalshttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#literals
String literal concatenationhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#string-concatenation
https://python.github.io/python-docs-zh-tw/reference/expressions.html#string-literal-concatenation
STRINGhttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#grammar-token-python-grammar-STRING
https://python.github.io/python-docs-zh-tw/reference/expressions.html#parenthesized-forms
starred_expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-starred_expression
https://python.github.io/python-docs-zh-tw/reference/expressions.html#displays-for-lists-sets-and-dictionaries
assignment_expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-assignment_expression
comp_forhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-comp_for
target_listhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#grammar-token-python-grammar-target_list
or_testhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-or_test
comp_iterhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-comp_iter
comp_forhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-comp_for
comp_ifhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-comp_if
or_testhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-or_test
comp_iterhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-comp_iter
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
asynchronous iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterator
awaithttps://python.github.io/python-docs-zh-tw/reference/expressions.html#await
PEP 530https://peps.python.org/pep-0530/
https://python.github.io/python-docs-zh-tw/reference/expressions.html#list-displays
flexible_expression_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-flexible_expression_list
comprehensionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-comprehension
https://python.github.io/python-docs-zh-tw/reference/expressions.html#set-displays
flexible_expression_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-flexible_expression_list
comprehensionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-comprehension
https://python.github.io/python-docs-zh-tw/reference/expressions.html#dictionary-displays
dict_item_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-dict_item_list
dict_comprehensionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-dict_comprehension
dict_itemhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-dict_item
dict_itemhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-dict_item
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
or_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-or_expr
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
comp_forhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-comp_for
mappinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-mapping
PEP 448https://peps.python.org/pep-0448/
標準型別階層https://python.github.io/python-docs-zh-tw/reference/datamodel.html#types
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
PEP 572https://peps.python.org/pep-0572/
https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator-expressions
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
comp_forhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-comp_for
__next__()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.__next__
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
Callshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#calls
awaithttps://python.github.io/python-docs-zh-tw/reference/expressions.html#await
Asynchronous Iteratorshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#async-iterators
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
https://python.github.io/python-docs-zh-tw/reference/expressions.html#yield-expressions
yield_expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-yield_expression
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
yield_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-yield_list
yield_fromhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-yield_from
generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generator
asynchronous generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-generator
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
非同步產生器函式https://python.github.io/python-docs-zh-tw/reference/expressions.html#asynchronous-generator-functions
yield_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-yield_list
yield_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-yield_list
__next__()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.__next__
forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#for
next()https://python.github.io/python-docs-zh-tw/library/functions.html#next
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
send()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.send
tryhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#try
close()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.close
finallyhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#finally
send()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.send
throw()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.throw
send()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.send
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
throw()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.throw
valuehttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration.value
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
PEP 255https://peps.python.org/pep-0255/
yieldhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#yield
PEP 342https://peps.python.org/pep-0342/
PEP 380https://peps.python.org/pep-0380/
yield_fromhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-yield_from
PEP 525https://peps.python.org/pep-0525/
PEP 492https://peps.python.org/pep-0492/
https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator-iterator-methods
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.__next__
__next__()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.__next__
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
yield_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-yield_list
__next__()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.__next__
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#for
next()https://python.github.io/python-docs-zh-tw/library/functions.html#next
https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.send
send()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.send
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
send()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.send
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.throw
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
raisehttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#raise
__traceback__https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__traceback__
https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.close
GeneratorExithttps://python.github.io/python-docs-zh-tw/library/exceptions.html#GeneratorExit
close()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.close
GeneratorExithttps://python.github.io/python-docs-zh-tw/library/exceptions.html#GeneratorExit
close()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.close
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
close()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.close
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
close()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.close
https://python.github.io/python-docs-zh-tw/reference/expressions.html#examples
PEP 380: Syntax for Delegating to a Subgeneratorhttps://python.github.io/python-docs-zh-tw/whatsnew/3.3.html#pep-380
https://python.github.io/python-docs-zh-tw/reference/expressions.html#asynchronous-generator-functions
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
asynchronous generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-generator
async forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-for
forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#for
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
yield_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-yield_list
__anext__()https://python.github.io/python-docs-zh-tw/reference/expressions.html#agen.__anext__
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
asend()https://python.github.io/python-docs-zh-tw/reference/expressions.html#agen.asend
breakhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#break
aclose()https://python.github.io/python-docs-zh-tw/reference/expressions.html#agen.aclose
tryhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#try
finallyhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#finally
aclose()https://python.github.io/python-docs-zh-tw/reference/expressions.html#agen.aclose
aclose()https://python.github.io/python-docs-zh-tw/reference/expressions.html#agen.aclose
sys.set_asyncgen_hooks()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.set_asyncgen_hooks
Lib/asyncio/base_events.pyhttps://github.com/python/cpython/tree/3.14/Lib/asyncio/base_events.py
https://python.github.io/python-docs-zh-tw/reference/expressions.html#asynchronous-generator-iterator-methods
https://python.github.io/python-docs-zh-tw/reference/expressions.html#agen.__anext__
__anext__()https://python.github.io/python-docs-zh-tw/reference/expressions.html#agen.__anext__
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
yield_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-yield_list
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
StopAsyncIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopAsyncIteration
async forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-for
https://python.github.io/python-docs-zh-tw/reference/expressions.html#agen.asend
send()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.send
asend()https://python.github.io/python-docs-zh-tw/reference/expressions.html#agen.asend
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
StopAsyncIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopAsyncIteration
asend()https://python.github.io/python-docs-zh-tw/reference/expressions.html#agen.asend
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
https://python.github.io/python-docs-zh-tw/reference/expressions.html#agen.athrow
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
StopAsyncIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopAsyncIteration
https://python.github.io/python-docs-zh-tw/reference/expressions.html#agen.aclose
GeneratorExithttps://python.github.io/python-docs-zh-tw/library/exceptions.html#GeneratorExit
GeneratorExithttps://python.github.io/python-docs-zh-tw/library/exceptions.html#GeneratorExit
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
StopAsyncIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopAsyncIteration
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
aclose()https://python.github.io/python-docs-zh-tw/reference/expressions.html#agen.aclose
https://python.github.io/python-docs-zh-tw/reference/expressions.html#primaries
atomhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-atom
attributerefhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-attributeref
subscriptionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-subscription
slicinghttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-slicing
callhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-call
https://python.github.io/python-docs-zh-tw/reference/expressions.html#attribute-references
primaryhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-primary
identifierhttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
__getattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattr__
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
https://python.github.io/python-docs-zh-tw/reference/expressions.html#subscriptions
container classhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#sequence-types
generic classhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generic-type
GenericAliashttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-genericalias
primaryhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-primary
flexible_expression_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-flexible_expression_list
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
__class_getitem__ versus __getitem__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#classgetitem-versus-getitem
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
PEP 646https://peps.python.org/pep-0646/
__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
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
sequencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-sequence
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
slicehttps://python.github.io/python-docs-zh-tw/library/functions.html#slice
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
sequenceshttps://python.github.io/python-docs-zh-tw/glossary.html#term-sequence
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
stringhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/reference/expressions.html#slicings
delhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#del
primaryhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-primary
slice_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-slice_list
slice_itemhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-slice_item
slice_itemhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-slice_item
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
proper_slicehttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-proper_slice
lower_boundhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-lower_bound
upper_boundhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-upper_bound
stridehttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-stride
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
標準型別階層https://python.github.io/python-docs-zh-tw/reference/datamodel.html#types
starthttps://python.github.io/python-docs-zh-tw/library/functions.html#slice.start
stophttps://python.github.io/python-docs-zh-tw/library/functions.html#slice.stop
stephttps://python.github.io/python-docs-zh-tw/library/functions.html#slice.step
https://python.github.io/python-docs-zh-tw/reference/expressions.html#calls
functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-function
argumentshttps://python.github.io/python-docs-zh-tw/glossary.html#term-argument
primaryhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-primary
argument_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-argument_list
comprehensionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-comprehension
positional_argumentshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-positional_arguments
starred_and_keywordshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-starred_and_keywords
keywords_argumentshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-keywords_arguments
starred_and_keywordshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-starred_and_keywords
keywords_argumentshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-keywords_arguments
keywords_argumentshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-keywords_arguments
positional_itemhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-positional_item
positional_itemhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-positional_item
assignment_expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-assignment_expression
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
keyword_itemhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-keyword_item
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
keyword_itemhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-keyword_item
keyword_itemhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-keyword_item
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
keyword_itemhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-keyword_item
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
identifierhttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
__call__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__call__
函式定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#function
parameterhttps://python.github.io/python-docs-zh-tw/glossary.html#term-parameter
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
PyArg_ParseTuple()https://python.github.io/python-docs-zh-tw/c-api/arg.html#c.PyArg_ParseTuple
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
iterablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
mappinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-mapping
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
PEP 448https://peps.python.org/pep-0448/
函式定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#function
returnhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#return
returnhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#return
內建函式https://python.github.io/python-docs-zh-tw/library/functions.html#built-in-funcs
__call__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__call__
https://python.github.io/python-docs-zh-tw/reference/expressions.html#await-expression
coroutinehttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
coroutine functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine-function
primaryhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-primary
https://python.github.io/python-docs-zh-tw/reference/expressions.html#the-power-operator
await_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-await_expr
primaryhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-primary
u_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-u_expr
pow()https://python.github.io/python-docs-zh-tw/library/functions.html#pow
ZeroDivisionErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ZeroDivisionError
complexhttps://python.github.io/python-docs-zh-tw/library/functions.html#complex
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
__pow__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__pow__
__rpow__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rpow__
https://python.github.io/python-docs-zh-tw/reference/expressions.html#unary-arithmetic-and-bitwise-operations
powerhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-power
u_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-u_expr
u_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-u_expr
u_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-u_expr
__neg__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__neg__
__pos__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__pos__
__invert__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__invert__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/reference/expressions.html#binary-arithmetic-operations
u_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-u_expr
m_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-m_expr
u_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-u_expr
m_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-m_expr
m_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-m_expr
m_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-m_expr
u_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-u_expr
m_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-m_expr
u_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-u_expr
m_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-m_expr
u_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-u_expr
m_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-m_expr
a_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-a_expr
m_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-m_expr
a_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-a_expr
m_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-m_expr
__mul__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__mul__
__rmul__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rmul__
__matmul__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__matmul__
__rmatmul__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rmatmul__
ZeroDivisionErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ZeroDivisionError
__truediv__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__truediv__
__rtruediv__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rtruediv__
__floordiv__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__floordiv__
__rfloordiv__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rfloordiv__
ZeroDivisionErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ZeroDivisionError
[1]https://python.github.io/python-docs-zh-tw/reference/expressions.html#id19
divmod()https://python.github.io/python-docs-zh-tw/library/functions.html#divmod
[2]https://python.github.io/python-docs-zh-tw/reference/expressions.html#id20
printf-style String Formattinghttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#old-string-formatting
__mod__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__mod__
__rmod__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rmod__
divmod()https://python.github.io/python-docs-zh-tw/library/functions.html#divmod
abs()https://python.github.io/python-docs-zh-tw/library/functions.html#abs
__add__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__add__
__radd__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__radd__
__sub__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__sub__
__rsub__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rsub__
https://python.github.io/python-docs-zh-tw/reference/expressions.html#shifting-operations
a_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-a_expr
shift_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-shift_expr
a_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-a_expr
__lshift__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lshift__
__rlshift__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rlshift__
__rshift__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rshift__
__rrshift__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rrshift__
https://python.github.io/python-docs-zh-tw/reference/expressions.html#binary-bitwise-operations
shift_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-shift_expr
and_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-and_expr
shift_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-shift_expr
and_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-and_expr
xor_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-xor_expr
and_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-and_expr
xor_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-xor_expr
or_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-or_expr
xor_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-xor_expr
__and__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__and__
__rand__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rand__
__xor__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__xor__
__rxor__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rxor__
__or__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__or__
__ror__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ror__
https://python.github.io/python-docs-zh-tw/reference/expressions.html#comparisons
or_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-or_expr
comp_operatorhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-comp_operator
or_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-or_expr
bool()https://python.github.io/python-docs-zh-tw/library/functions.html#bool
https://python.github.io/python-docs-zh-tw/reference/expressions.html#value-comparisons
物件、數值和型別https://python.github.io/python-docs-zh-tw/reference/datamodel.html#objects
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
__lt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lt__
Basic customizationhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#customization
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
數值型別 --- int、float、complexhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesnumeric
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
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
PEP 8https://peps.python.org/pep-0008/
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
ord()https://python.github.io/python-docs-zh-tw/library/functions.html#ord
[3]https://python.github.io/python-docs-zh-tw/reference/expressions.html#id21
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
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
min()https://python.github.io/python-docs-zh-tw/library/functions.html#min
max()https://python.github.io/python-docs-zh-tw/library/functions.html#max
sorted()https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
total_ordering()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.total_ordering
hash()https://python.github.io/python-docs-zh-tw/library/functions.html#hash
https://python.github.io/python-docs-zh-tw/reference/expressions.html#membership-test-operations
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
__contains__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__contains__
__contains__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__contains__
__iter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iter__
inhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#in
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
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
inhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#in
https://python.github.io/python-docs-zh-tw/reference/expressions.html#is-not
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
id()https://python.github.io/python-docs-zh-tw/library/functions.html#id
[4]https://python.github.io/python-docs-zh-tw/reference/expressions.html#id22
https://python.github.io/python-docs-zh-tw/reference/expressions.html#boolean-operations
and_testhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-and_test
or_testhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-or_test
and_testhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-and_test
not_testhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-not_test
and_testhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-and_test
not_testhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-not_test
comparisonhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-comparison
not_testhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-not_test
__bool__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__bool__
nothttps://python.github.io/python-docs-zh-tw/reference/expressions.html#not
andhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#and
orhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#or
nothttps://python.github.io/python-docs-zh-tw/reference/expressions.html#not
https://python.github.io/python-docs-zh-tw/reference/expressions.html#assignment-expressions
identifierhttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
identifierhttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
PEP 572https://peps.python.org/pep-0572/
https://python.github.io/python-docs-zh-tw/reference/expressions.html#conditional-expressions
or_testhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-or_test
or_testhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-or_test
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
conditional_expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-conditional_expression
lambda_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-lambda_expr
PEP 308https://peps.python.org/pep-0308/
https://python.github.io/python-docs-zh-tw/reference/expressions.html#lambda
parameter_listhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#grammar-token-python-grammar-parameter_list
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
函式定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#function
https://python.github.io/python-docs-zh-tw/reference/expressions.html#expression-lists
or_exprhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-or_expr
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
assignment_expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-assignment_expression
starred_expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-starred_expression
flexible_expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-flexible_expression
flexible_expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-flexible_expression
starred_expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-starred_expression
starred_expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-starred_expression
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression
expression_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-expression_list
starred_expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-starred_expression
starred_expression_listhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#grammar-token-python-grammar-starred_expression_list
iterablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
PEP 448https://peps.python.org/pep-0448/
PEP 646https://peps.python.org/pep-0646/
https://python.github.io/python-docs-zh-tw/reference/expressions.html#evaluation-order
https://python.github.io/python-docs-zh-tw/reference/expressions.html#operator-precedence
Comparisonshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#comparisons
await xhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#await
[5]https://python.github.io/python-docs-zh-tw/reference/expressions.html#id23
[6]https://python.github.io/python-docs-zh-tw/reference/expressions.html#id24
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
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
not xhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#not
andhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#and
orhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#or
ifhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#if-expr
lambdahttps://python.github.io/python-docs-zh-tw/reference/expressions.html#lambda
1https://python.github.io/python-docs-zh-tw/reference/expressions.html#id10
math.fmod()https://python.github.io/python-docs-zh-tw/library/math.html#math.fmod
2https://python.github.io/python-docs-zh-tw/reference/expressions.html#id11
3https://python.github.io/python-docs-zh-tw/reference/expressions.html#id13
unicodedata.normalize()https://python.github.io/python-docs-zh-tw/library/unicodedata.html#unicodedata.normalize
4https://python.github.io/python-docs-zh-tw/reference/expressions.html#id14
ishttps://python.github.io/python-docs-zh-tw/reference/expressions.html#is
5https://python.github.io/python-docs-zh-tw/reference/expressions.html#id17
6https://python.github.io/python-docs-zh-tw/reference/expressions.html#id18
目錄https://python.github.io/python-docs-zh-tw/contents.html
6. 運算式https://python.github.io/python-docs-zh-tw/reference/expressions.html
6.1. Arithmetic conversionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#arithmetic-conversions
6.2. Atomshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#atoms
6.2.1. Identifiers (Names)https://python.github.io/python-docs-zh-tw/reference/expressions.html#atom-identifiers
6.2.1.1. Private name manglinghttps://python.github.io/python-docs-zh-tw/reference/expressions.html#index-5
6.2.2. Literalshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#literals
6.2.2.1. String literal concatenationhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#string-literal-concatenation
6.2.3. Parenthesized formshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#parenthesized-forms
6.2.4. Displays for lists, sets and dictionarieshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#displays-for-lists-sets-and-dictionaries
6.2.5. List displayshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#list-displays
6.2.6. Set displayshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#set-displays
6.2.7. Dictionary displayshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#dictionary-displays
6.2.8. Generator expressionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#generator-expressions
6.2.9. Yield expressionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#yield-expressions
6.2.9.1. Generator-iterator methodshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#generator-iterator-methods
6.2.9.2. 模組https://python.github.io/python-docs-zh-tw/reference/expressions.html#examples
6.2.9.3. 非同步產生器函式https://python.github.io/python-docs-zh-tw/reference/expressions.html#asynchronous-generator-functions
6.2.9.4. Asynchronous generator-iterator methodshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#asynchronous-generator-iterator-methods
6.3. Primarieshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#primaries
6.3.1. Attribute referenceshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#attribute-references
6.3.2. Subscriptionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#subscriptions
6.3.3. Slicingshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#slicings
6.3.4. Callshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#calls
6.4. Await expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#await-expression
6.5. The power operatorhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#the-power-operator
6.6. Unary arithmetic and bitwise operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#unary-arithmetic-and-bitwise-operations
6.7. Binary arithmetic operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#binary-arithmetic-operations
6.8. Shifting operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#shifting-operations
6.9. Binary bitwise operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#binary-bitwise-operations
6.10. Comparisonshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#comparisons
6.10.1. Value comparisonshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#value-comparisons
6.10.2. Membership test operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#membership-test-operations
6.10.3. Identity comparisonshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#is-not
6.11. Boolean operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#boolean-operations
6.12. Assignment expressionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#assignment-expressions
6.13. Conditional expressionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#conditional-expressions
6.14. Lambdashttps://python.github.io/python-docs-zh-tw/reference/expressions.html#lambda
6.15. Expression listshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#expression-lists
6.16. Evaluation orderhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#evaluation-order
6.17. Operator precedencehttps://python.github.io/python-docs-zh-tw/reference/expressions.html#operator-precedence
5. 模組引入系統https://python.github.io/python-docs-zh-tw/reference/import.html
7. 簡單陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/reference/expressions.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/reference/simple_stmts.html
上一頁https://python.github.io/python-docs-zh-tw/reference/import.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 語言參考手冊https://python.github.io/python-docs-zh-tw/reference/index.html
6. 運算式https://python.github.io/python-docs-zh-tw/reference/expressions.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.