"""Should raise SyntaxError: unexpected EOF while parsing
"""

def foo():
    return [1, 2, 3,

print(foo())
