Staging
v0.8.1
Raw File
badsyntax_nocaret.py
def f(x):
    [x for x in x] = x
back to top