mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02: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}
|