
101 Things I Never Knew About Python
On Sale
$12.00
$12.00
Here I’ve compiled 101 cool Python tricks and facts that many (if not most) do not know about. Check it out if you wish to level up your Python knowledge!
Some examples:
- [ *a, *b ] and { **a, **b } to combine lists/dicts
- the walrus operator :=
- frozenset() VS set()
- printing in colour