1 2 3 4 5
"""This is gramatically correct, but it's still a SyntaxError""" __revision__ = None yield 1 LAMBDA_WITH_YIELD = lambda: (yield)