meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
programming:python:syntax:collections:dict [2024/12/06 20:08] – created niziak | programming:python:syntax:collections:dict [2025/01/02 10:51] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
+ | |||
+ | ===== merge dictionaries ===== | ||
+ | |||
+ | [[https:// | ||
+ | <code python> | ||
+ | c = a | b | ||
+ | a |= b | ||
+ | </ | ||
===== comprehension ===== | ===== comprehension ===== |