From b0d176be74e20232be6aeb7a28592e15b159f64c Mon Sep 17 00:00:00 2001 From: diptangsu Date: Sat, 3 Oct 2020 01:05:38 +0530 Subject: [PATCH] added entry in index --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed7ffaf..52bb136 100644 --- a/README.md +++ b/README.md @@ -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)