mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 13:40:31 +01:00
3 lines
53 B
Python
3 lines
53 B
Python
x = {a:None for a in l}
|
|
x = {b:c for c, b in l if c}
|