Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Open CMD

vim ./max_pairwise_product.py
PRESS i INSERT
after editing.
PRESS ESCAPE
TYPE :wq TO SAVE CHANGES
TYPE :q TO IGNORE CHANGES

CPython.
source code ----> abstract syntax tree ------> byte code
peephole optimizer.

There is no single collection that can suit every problem, and four basic types of
them (tuple, list, set, and dictionary) is still not a wide range of choices.

Fortunately, Python provides far more options in its standard library through the
collections built-in module.

Symbolic enumeration with the enum module.

CPython.
source code ----> abstract syntax tree ------> byte code
peephole optimizer.

There is no single collection that can suit every problem, and four basic types of
them (tuple, list, set, and dictionary) is still not a wide range of choices.

Fortunately, Python provides far more options in its standard library through the
collections built-in module.

Symbolic enumeration with the enum module.

You might also like