Arundel
Results
1
issues of
Arundel
The Python `del` results in the Javascript `delete`, which doesn't have the same behaviour on a list item as in Python. try: ``` t = [1,2,3] del(t[0]) print(len(t)) ``` In...
IS: enhancement
STATE: under consideration