DEBSOURCES
Skip Quicknav
sources / python-friendly-traceback / 0.7.62%2Bgit20240811.d7dbff6-1.1 / tests / syntax / assign_to_function_call_1.py
123456
"""Should raise SyntaxError: can't assign to function call Python 3.8: SyntaxError: cannot assign to function call """ len('a') = 3