René's URL Explorer Experiment


Title: 5. Expressions — Python v3.2.6 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/reference/simple_stmts.html
previoushttps://docs.python.org/3.2/reference/executionmodel.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Language Referencehttps://docs.python.org/3.2/reference/index.html
https://docs.python.org/3.2/reference/expressions.html#expressions
https://docs.python.org/3.2/reference/expressions.html#arithmetic-conversions
https://docs.python.org/3.2/reference/expressions.html#atoms
identifierhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-identifier
literalhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-literal
enclosurehttps://docs.python.org/3.2/reference/expressions.html#grammar-token-enclosure
parenth_formhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-parenth_form
list_displayhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-list_display
dict_displayhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-dict_display
set_displayhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-set_display
generator_expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-generator_expression
yield_atomhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-yield_atom
https://docs.python.org/3.2/reference/expressions.html#atom-identifiers
Identifiers and keywordshttps://docs.python.org/3.2/reference/lexical_analysis.html#identifiers
Naming and bindinghttps://docs.python.org/3.2/reference/executionmodel.html#naming
NameErrorhttps://docs.python.org/3.2/library/exceptions.html#NameError
https://docs.python.org/3.2/reference/expressions.html#literals
stringliteralhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-stringliteral
bytesliteralhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-bytesliteral
integerhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-integer
floatnumberhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-floatnumber
imagnumberhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-imagnumber
Literalshttps://docs.python.org/3.2/reference/lexical_analysis.html#literals
https://docs.python.org/3.2/reference/expressions.html#parenthesized-forms
expression_listhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression_list
https://docs.python.org/3.2/reference/expressions.html#displays-for-lists-sets-and-dictionaries
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
comp_forhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-comp_for
target_listhttps://docs.python.org/3.2/reference/simple_stmts.html#grammar-token-target_list
or_testhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-or_test
comp_iterhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-comp_iter
comp_forhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-comp_for
comp_ifhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-comp_if
expression_nocondhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression_nocond
comp_iterhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-comp_iter
forhttps://docs.python.org/3.2/reference/compound_stmts.html#for
forhttps://docs.python.org/3.2/reference/compound_stmts.html#for
ifhttps://docs.python.org/3.2/reference/compound_stmts.html#if
forhttps://docs.python.org/3.2/reference/compound_stmts.html#for
ifhttps://docs.python.org/3.2/reference/compound_stmts.html#if
https://docs.python.org/3.2/reference/expressions.html#list-displays
expression_listhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression_list
comprehensionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-comprehension
https://docs.python.org/3.2/reference/expressions.html#set-displays
expression_listhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression_list
comprehensionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-comprehension
https://docs.python.org/3.2/reference/expressions.html#dictionary-displays
key_datum_listhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-key_datum_list
dict_comprehensionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-dict_comprehension
key_datumhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-key_datum
key_datumhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-key_datum
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
comp_forhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-comp_for
The standard type hierarchyhttps://docs.python.org/3.2/reference/datamodel.html#types
hashablehttps://docs.python.org/3.2/glossary.html#term-hashable
https://docs.python.org/3.2/reference/expressions.html#generator-expressions
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
comp_forhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-comp_for
__next__()https://docs.python.org/3.2/reference/expressions.html#generator.__next__
forhttps://docs.python.org/3.2/reference/compound_stmts.html#for
forhttps://docs.python.org/3.2/reference/compound_stmts.html#for
forhttps://docs.python.org/3.2/reference/compound_stmts.html#for
Callshttps://docs.python.org/3.2/reference/expressions.html#calls
https://docs.python.org/3.2/reference/expressions.html#yield-expressions
yield_expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-yield_expression
expression_listhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression_list
yieldhttps://docs.python.org/3.2/reference/simple_stmts.html#yield
yieldhttps://docs.python.org/3.2/reference/simple_stmts.html#yield
yieldhttps://docs.python.org/3.2/reference/simple_stmts.html#yield
expression_listhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression_list
yieldhttps://docs.python.org/3.2/reference/simple_stmts.html#yield
yieldhttps://docs.python.org/3.2/reference/simple_stmts.html#yield
yieldhttps://docs.python.org/3.2/reference/simple_stmts.html#yield
tryhttps://docs.python.org/3.2/reference/compound_stmts.html#try
tryhttps://docs.python.org/3.2/reference/compound_stmts.html#try
finallyhttps://docs.python.org/3.2/reference/compound_stmts.html#finally
finallyhttps://docs.python.org/3.2/reference/compound_stmts.html#finally
https://docs.python.org/3.2/reference/expressions.html#generator-iterator-methods
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
https://docs.python.org/3.2/reference/expressions.html#generator.__next__
yieldhttps://docs.python.org/3.2/reference/simple_stmts.html#yield
__next__()https://docs.python.org/3.2/reference/expressions.html#generator.__next__
yieldhttps://docs.python.org/3.2/reference/simple_stmts.html#yield
Nonehttps://docs.python.org/3.2/library/constants.html#None
yieldhttps://docs.python.org/3.2/reference/simple_stmts.html#yield
expression_listhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression_list
next()https://docs.python.org/3.2/library/functions.html#next
StopIterationhttps://docs.python.org/3.2/library/exceptions.html#StopIteration
forhttps://docs.python.org/3.2/reference/compound_stmts.html#for
next()https://docs.python.org/3.2/library/functions.html#next
https://docs.python.org/3.2/reference/expressions.html#generator.send
yieldhttps://docs.python.org/3.2/reference/simple_stmts.html#yield
send()https://docs.python.org/3.2/reference/expressions.html#generator.send
StopIterationhttps://docs.python.org/3.2/library/exceptions.html#StopIteration
send()https://docs.python.org/3.2/reference/expressions.html#generator.send
Nonehttps://docs.python.org/3.2/library/constants.html#None
yieldhttps://docs.python.org/3.2/reference/simple_stmts.html#yield
https://docs.python.org/3.2/reference/expressions.html#generator.throw
StopIterationhttps://docs.python.org/3.2/library/exceptions.html#StopIteration
https://docs.python.org/3.2/reference/expressions.html#generator.close
GeneratorExithttps://docs.python.org/3.2/library/exceptions.html#GeneratorExit
StopIterationhttps://docs.python.org/3.2/library/exceptions.html#StopIteration
GeneratorExithttps://docs.python.org/3.2/library/exceptions.html#GeneratorExit
RuntimeErrorhttps://docs.python.org/3.2/library/exceptions.html#RuntimeError
close()https://docs.python.org/3.2/reference/expressions.html#generator.close
PEP 0255http://www.python.org/dev/peps/pep-0255
yieldhttps://docs.python.org/3.2/reference/simple_stmts.html#yield
PEP 0342http://www.python.org/dev/peps/pep-0342
https://docs.python.org/3.2/reference/expressions.html#primaries
atomhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-atom
attributerefhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-attributeref
subscriptionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-subscription
slicinghttps://docs.python.org/3.2/reference/expressions.html#grammar-token-slicing
callhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-call
https://docs.python.org/3.2/reference/expressions.html#attribute-references
primaryhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-primary
identifierhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-identifier
__getattr__()https://docs.python.org/3.2/reference/datamodel.html#object.__getattr__
AttributeErrorhttps://docs.python.org/3.2/library/exceptions.html#AttributeError
https://docs.python.org/3.2/reference/expressions.html#subscriptions
primaryhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-primary
expression_listhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression_list
__getitem__()https://docs.python.org/3.2/reference/datamodel.html#object.__getitem__
__getitem__()https://docs.python.org/3.2/reference/datamodel.html#object.__getitem__
__getitem__()https://docs.python.org/3.2/reference/datamodel.html#object.__getitem__
https://docs.python.org/3.2/reference/expressions.html#slicings
delhttps://docs.python.org/3.2/reference/simple_stmts.html#del
primaryhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-primary
slice_listhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-slice_list
slice_itemhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-slice_item
slice_itemhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-slice_item
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
proper_slicehttps://docs.python.org/3.2/reference/expressions.html#grammar-token-proper_slice
lower_boundhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-lower_bound
upper_boundhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-upper_bound
stridehttps://docs.python.org/3.2/reference/expressions.html#grammar-token-stride
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
__getitem__()https://docs.python.org/3.2/reference/datamodel.html#object.__getitem__
The standard type hierarchyhttps://docs.python.org/3.2/reference/datamodel.html#types
https://docs.python.org/3.2/reference/expressions.html#calls
functionhttps://docs.python.org/3.2/glossary.html#term-function
argumentshttps://docs.python.org/3.2/glossary.html#term-argument
primaryhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-primary
argument_listhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-argument_list
comprehensionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-comprehension
positional_argumentshttps://docs.python.org/3.2/reference/expressions.html#grammar-token-positional_arguments
keyword_argumentshttps://docs.python.org/3.2/reference/expressions.html#grammar-token-keyword_arguments
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
keyword_argumentshttps://docs.python.org/3.2/reference/expressions.html#grammar-token-keyword_arguments
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
keyword_argumentshttps://docs.python.org/3.2/reference/expressions.html#grammar-token-keyword_arguments
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
keyword_argumentshttps://docs.python.org/3.2/reference/expressions.html#grammar-token-keyword_arguments
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
keyword_argumentshttps://docs.python.org/3.2/reference/expressions.html#grammar-token-keyword_arguments
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
keyword_itemhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-keyword_item
keyword_itemhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-keyword_item
identifierhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-identifier
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
__call__()https://docs.python.org/3.2/reference/datamodel.html#object.__call__
Function definitionshttps://docs.python.org/3.2/reference/compound_stmts.html#function
parameterhttps://docs.python.org/3.2/glossary.html#term-parameter
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
PyArg_ParseTuple()https://docs.python.org/3.2/c-api/arg.html#PyArg_ParseTuple
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
Function definitionshttps://docs.python.org/3.2/reference/compound_stmts.html#function
returnhttps://docs.python.org/3.2/reference/simple_stmts.html#return
Built-in Functionshttps://docs.python.org/3.2/library/functions.html#built-in-funcs
__call__()https://docs.python.org/3.2/reference/datamodel.html#object.__call__
https://docs.python.org/3.2/reference/expressions.html#the-power-operator
primaryhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-primary
u_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-u_expr
pow()https://docs.python.org/3.2/library/functions.html#pow
ZeroDivisionErrorhttps://docs.python.org/3.2/library/exceptions.html#ZeroDivisionError
complexhttps://docs.python.org/3.2/library/functions.html#complex
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
https://docs.python.org/3.2/reference/expressions.html#unary-arithmetic-and-bitwise-operations
powerhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-power
u_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-u_expr
u_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-u_expr
u_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-u_expr
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
https://docs.python.org/3.2/reference/expressions.html#binary-arithmetic-operations
u_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-u_expr
m_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-m_expr
u_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-u_expr
m_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-m_expr
u_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-u_expr
m_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-m_expr
u_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-u_expr
m_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-m_expr
u_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-u_expr
m_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-m_expr
a_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-a_expr
m_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-m_expr
a_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-a_expr
m_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-m_expr
ZeroDivisionErrorhttps://docs.python.org/3.2/library/exceptions.html#ZeroDivisionError
ZeroDivisionErrorhttps://docs.python.org/3.2/library/exceptions.html#ZeroDivisionError
[1]https://docs.python.org/3.2/reference/expressions.html#id16
divmod()https://docs.python.org/3.2/library/functions.html#divmod
[2]https://docs.python.org/3.2/reference/expressions.html#id17
Old String Formatting Operationshttps://docs.python.org/3.2/library/stdtypes.html#old-string-formatting
divmod()https://docs.python.org/3.2/library/functions.html#divmod
abs()https://docs.python.org/3.2/library/functions.html#abs
https://docs.python.org/3.2/reference/expressions.html#shifting-operations
a_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-a_expr
shift_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-shift_expr
a_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-a_expr
sys.maxsizehttps://docs.python.org/3.2/library/sys.html#sys.maxsize
sys.maxsizehttps://docs.python.org/3.2/library/sys.html#sys.maxsize
OverflowErrorhttps://docs.python.org/3.2/library/exceptions.html#OverflowError
https://docs.python.org/3.2/reference/expressions.html#binary-bitwise-operations
shift_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-shift_expr
and_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-and_expr
shift_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-shift_expr
and_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-and_expr
xor_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-xor_expr
and_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-and_expr
xor_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-xor_expr
or_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-or_expr
xor_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-xor_expr
https://docs.python.org/3.2/reference/expressions.html#not-in
or_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-or_expr
comp_operatorhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-comp_operator
or_exprhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-or_expr
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
__gt__()https://docs.python.org/3.2/reference/datamodel.html#object.__gt__
Basic customizationhttps://docs.python.org/3.2/reference/datamodel.html#customization
ord()https://docs.python.org/3.2/library/functions.html#ord
[3]https://docs.python.org/3.2/reference/expressions.html#id18
TypeErrorhttps://docs.python.org/3.2/library/exceptions.html#TypeError
min()https://docs.python.org/3.2/library/functions.html#min
max()https://docs.python.org/3.2/library/functions.html#max
sorted()https://docs.python.org/3.2/library/functions.html#sorted
inhttps://docs.python.org/3.2/reference/expressions.html#in
not inhttps://docs.python.org/3.2/reference/expressions.html#not-in
inhttps://docs.python.org/3.2/reference/expressions.html#in
__contains__()https://docs.python.org/3.2/reference/datamodel.html#object.__contains__
__contains__()https://docs.python.org/3.2/reference/datamodel.html#object.__contains__
__iter__()https://docs.python.org/3.2/reference/datamodel.html#object.__iter__
inhttps://docs.python.org/3.2/reference/expressions.html#in
__getitem__()https://docs.python.org/3.2/reference/datamodel.html#object.__getitem__
IndexErrorhttps://docs.python.org/3.2/library/exceptions.html#IndexError
inhttps://docs.python.org/3.2/reference/expressions.html#in
not inhttps://docs.python.org/3.2/reference/expressions.html#not-in
inhttps://docs.python.org/3.2/reference/expressions.html#in
ishttps://docs.python.org/3.2/reference/expressions.html#is
is nothttps://docs.python.org/3.2/reference/expressions.html#is-not
[4]https://docs.python.org/3.2/reference/expressions.html#id19
https://docs.python.org/3.2/reference/expressions.html#boolean-operations
and_testhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-and_test
or_testhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-or_test
and_testhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-and_test
not_testhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-not_test
and_testhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-and_test
not_testhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-not_test
comparisonhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-comparison
not_testhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-not_test
__bool__()https://docs.python.org/3.2/reference/datamodel.html#object.__bool__
nothttps://docs.python.org/3.2/reference/expressions.html#not
andhttps://docs.python.org/3.2/reference/expressions.html#and
orhttps://docs.python.org/3.2/reference/expressions.html#or
nothttps://docs.python.org/3.2/reference/expressions.html#not
https://docs.python.org/3.2/reference/expressions.html#conditional-expressions
or_testhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-or_test
or_testhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-or_test
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
conditional_expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-conditional_expression
lambda_formhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-lambda_form
or_testhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-or_test
lambda_form_nocondhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-lambda_form_nocond
PEP 308http://www.python.org/dev/peps/pep-0308
https://docs.python.org/3.2/reference/expressions.html#lambda
parameter_listhttps://docs.python.org/3.2/reference/compound_stmts.html#grammar-token-parameter_list
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
parameter_listhttps://docs.python.org/3.2/reference/compound_stmts.html#grammar-token-parameter_list
expression_nocondhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression_nocond
Function definitionshttps://docs.python.org/3.2/reference/compound_stmts.html#function
https://docs.python.org/3.2/reference/expressions.html#expression-lists
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
expressionhttps://docs.python.org/3.2/reference/expressions.html#grammar-token-expression
https://docs.python.org/3.2/reference/expressions.html#evaluation-order
https://docs.python.org/3.2/reference/expressions.html#operator-precedence
Comparisonshttps://docs.python.org/3.2/reference/expressions.html#comparisons
lambdahttps://docs.python.org/3.2/reference/expressions.html#lambda
ifhttps://docs.python.org/3.2/reference/compound_stmts.html#if
elsehttps://docs.python.org/3.2/reference/compound_stmts.html#else
orhttps://docs.python.org/3.2/reference/expressions.html#or
andhttps://docs.python.org/3.2/reference/expressions.html#and
nothttps://docs.python.org/3.2/reference/expressions.html#not
inhttps://docs.python.org/3.2/reference/expressions.html#in
not inhttps://docs.python.org/3.2/reference/expressions.html#not-in
ishttps://docs.python.org/3.2/reference/expressions.html#is
is nothttps://docs.python.org/3.2/reference/expressions.html#is-not
[5]https://docs.python.org/3.2/reference/expressions.html#id20
[6]https://docs.python.org/3.2/reference/expressions.html#id21
[1]https://docs.python.org/3.2/reference/expressions.html#id8
math.fmod()https://docs.python.org/3.2/library/math.html#math.fmod
[2]https://docs.python.org/3.2/reference/expressions.html#id9
[3]https://docs.python.org/3.2/reference/expressions.html#id11
unicodedata.normalize()https://docs.python.org/3.2/library/unicodedata.html#unicodedata.normalize
[4]https://docs.python.org/3.2/reference/expressions.html#id12
ishttps://docs.python.org/3.2/reference/expressions.html#is
[5]https://docs.python.org/3.2/reference/expressions.html#id14
[6]https://docs.python.org/3.2/reference/expressions.html#id15
Table Of Contentshttps://docs.python.org/3.2/contents.html
5. Expressionshttps://docs.python.org/3.2/reference/expressions.html
5.1. Arithmetic conversionshttps://docs.python.org/3.2/reference/expressions.html#arithmetic-conversions
5.2. Atomshttps://docs.python.org/3.2/reference/expressions.html#atoms
5.2.1. Identifiers (Names)https://docs.python.org/3.2/reference/expressions.html#atom-identifiers
5.2.2. Literalshttps://docs.python.org/3.2/reference/expressions.html#literals
5.2.3. Parenthesized formshttps://docs.python.org/3.2/reference/expressions.html#parenthesized-forms
5.2.4. Displays for lists, sets and dictionarieshttps://docs.python.org/3.2/reference/expressions.html#displays-for-lists-sets-and-dictionaries
5.2.5. List displayshttps://docs.python.org/3.2/reference/expressions.html#list-displays
5.2.6. Set displayshttps://docs.python.org/3.2/reference/expressions.html#set-displays
5.2.7. Dictionary displayshttps://docs.python.org/3.2/reference/expressions.html#dictionary-displays
5.2.8. Generator expressionshttps://docs.python.org/3.2/reference/expressions.html#generator-expressions
5.2.9. Yield expressionshttps://docs.python.org/3.2/reference/expressions.html#yield-expressions
5.2.9.1. Generator-iterator methodshttps://docs.python.org/3.2/reference/expressions.html#generator-iterator-methods
5.3. Primarieshttps://docs.python.org/3.2/reference/expressions.html#primaries
5.3.1. Attribute referenceshttps://docs.python.org/3.2/reference/expressions.html#attribute-references
5.3.2. Subscriptionshttps://docs.python.org/3.2/reference/expressions.html#subscriptions
5.3.3. Slicingshttps://docs.python.org/3.2/reference/expressions.html#slicings
5.3.4. Callshttps://docs.python.org/3.2/reference/expressions.html#calls
5.4. The power operatorhttps://docs.python.org/3.2/reference/expressions.html#the-power-operator
5.5. Unary arithmetic and bitwise operationshttps://docs.python.org/3.2/reference/expressions.html#unary-arithmetic-and-bitwise-operations
5.6. Binary arithmetic operationshttps://docs.python.org/3.2/reference/expressions.html#binary-arithmetic-operations
5.7. Shifting operationshttps://docs.python.org/3.2/reference/expressions.html#shifting-operations
5.8. Binary bitwise operationshttps://docs.python.org/3.2/reference/expressions.html#binary-bitwise-operations
5.9. Comparisonshttps://docs.python.org/3.2/reference/expressions.html#not-in
5.10. Boolean operationshttps://docs.python.org/3.2/reference/expressions.html#boolean-operations
5.11. Conditional expressionshttps://docs.python.org/3.2/reference/expressions.html#conditional-expressions
5.12. Lambdashttps://docs.python.org/3.2/reference/expressions.html#lambda
5.13. Expression listshttps://docs.python.org/3.2/reference/expressions.html#expression-lists
5.14. Evaluation orderhttps://docs.python.org/3.2/reference/expressions.html#evaluation-order
5.15. Operator precedencehttps://docs.python.org/3.2/reference/expressions.html#operator-precedence
4. Execution modelhttps://docs.python.org/3.2/reference/executionmodel.html
6. Simple statementshttps://docs.python.org/3.2/reference/simple_stmts.html
Report a Bughttps://docs.python.org/3.2/bugs.html
Show Sourcehttps://docs.python.org/3.2/_sources/reference/expressions.txt
indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/reference/simple_stmts.html
previoushttps://docs.python.org/3.2/reference/executionmodel.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Language Referencehttps://docs.python.org/3.2/reference/index.html
Copyrighthttps://docs.python.org/3.2/copyright.html
Please donate.http://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.