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
Matching parenthesis do not highlight properly in PythonImproved, but work just fine with Python.
With the cursor at the end:
Cursor in the middle:
Cursor at the lambda:
PythonImproved does not treat any lines after this statement as though they were parameters to the filter or sorted methods, so it appears to be an aesthetic issue. (Code works fine.)
The text was updated successfully, but these errors were encountered:
I have the following (ugly) statement
Matching parenthesis do not highlight properly in PythonImproved, but work just fine with Python.
With the cursor at the end:
Cursor in the middle:
Cursor at the lambda:
PythonImproved does not treat any lines after this statement as though they were parameters to the
filter
orsorted
methods, so it appears to be an aesthetic issue. (Code works fine.)The text was updated successfully, but these errors were encountered: