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 10:47] jguerin |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Python Language Reference ====== | ||
- | |||
- | ===== Input/ | ||
- | * [[python3_basic_io|Basic IO]] | ||
- | * [[python3_faster_io|Faster IO]] for competitive programming | ||
- | |||
- | ===== Data Structures ===== | ||
- | |||
- | ==== Sequences ==== | ||
- | * Lists | ||
- | * Strings | ||
- | * Tuples | ||
- | |||
- | ==== Non-Sequential Structures ==== | ||
- | |||
- | === Operations === | ||
- | * [[python3_unpacking | Unpacking]] | ||