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
Right now, we consider append() on a list as side-effect producing. But I think there are other operations, e.g., slicing, on lists and other kinds of sequences that also alter the list.
The text was updated successfully, but these errors were encountered:
Right now, we consider
append()
on alist
as side-effect producing. But I think there are other operations, e.g., slicing, onlist
s and other kinds of sequences that also alter thelist
.The text was updated successfully, but these errors were encountered: