This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
python3_ref [2018/08/06 09:27] jguerin |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Python Language Reference ====== | ||
| - | |||
| - | ===== Input/ | ||
| - | |||
| - | |||
| - | ===== Data Structures ===== | ||
| - | |||
| - | ==== Sequences ==== | ||
| - | * Lists | ||
| - | * Strings | ||
| - | * Tuples | ||
| - | |||
| - | ==== Non-Sequential Structures ==== | ||
| - | |||
| - | === Operations === | ||
| - | * [[python3_unpacking | Unpacking]] | ||