summaryrefslogtreecommitdiff
path: root/testsuite/E74.py
blob: 93d6c131c42e80f43c5b853079633313fcab1c6d (plain)
1
2
3
4
#: E741:1:8
lambda l: dict(zip(l, range(len(l))))
#: E741:1:7 E704:1:1
def f(l): print(l, l, l)