Files
Core2forAWS-MicroPython/tests/bytecode/mp-tests/dictcomp1.py
T

3 lines
53 B
Python

x = {a:None for a in l}
x = {b:c for c, b in l if c}