We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0afd2b3 commit9a60977Copy full SHA for 9a60977
README.md
@@ -31,8 +31,8 @@ for a regex, [slice a list](https://www.pythoncheatsheet.org/cheatsheet/lists-an
31
|[Functions](/docs/cheatsheet/functions.md)|[Random Module](/docs/modules/random-module.md)|
32
|[Lists and Tuples](/docs/cheatsheet/lists-and-tuples.md)|[Os Module](/docs/modules/os-module.md)|
33
|[Dictionaries](/docs/cheatsheet/dictionaries.md)|[Pathlib Module](/docs/modules/pathlib-module.md)|
34
-|[Sets](/docs/cheatsheet/sets.md)||
35
-|[Comprehensions](/docs/cheatsheet/comprehensions.md)||
+|[Sets](/docs/cheatsheet/sets.md)|[Shelve Module](/docs/modules/shelve-module.md)|
+|[Comprehensions](/docs/cheatsheet/comprehensions.md)|[Zipfile Module](/docs/modules/zipfile-module.md)|
36
|[Manipulating Strings](/docs/cheatsheet/manipulating-strings.md)||
37
|[String Formatting](/docs/cheatsheet/string-formatting.md)||
38
|[Regular Expressions](/docs/cheatsheet/regular-expressions.md)||