1
0
Fork 0
mirror of https://github.com/satwikkansal/wtfpython synced 2025-07-04 20:38:06 +02:00

added entry in index

This commit is contained in:
diptangsu 2020-10-03 01:05:38 +05:30
parent 04a4dc15fc
commit b0d176be74

1
README.md vendored
View file

@ -63,6 +63,7 @@ So, here we go...
+ [ Modifying a dictionary while iterating over it](#-modifying-a-dictionary-while-iterating-over-it)
+ [ Stubborn `del` operation](#-stubborn-del-operation)
+ [ The out of scope variable](#-the-out-of-scope-variable)
+ [ The out of scope variable (again?)](#-the-out-of-scope-variable-again)
+ [ Deleting a list item while iterating](#-deleting-a-list-item-while-iterating)
+ [ Lossy zip of iterators *](#-lossy-zip-of-iterators-)
+ [ Loop variables leaking out!](#-loop-variables-leaking-out)