You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The front end lets programs assign to None, False, True and __debug__, even though this is disallowed in Python. Disallow these assignments, similar to Python.
The text was updated successfully, but these errors were encountered:
The front end lets programs assign to
None
,False
,True
and__debug__
, even though this is disallowed in Python. Disallow these assignments, similar to Python.The text was updated successfully, but these errors were encountered: