summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Technology/Python.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Technology/Python.md b/Technology/Python.md
index 64d7536..8374f6b 100644
--- a/Technology/Python.md
+++ b/Technology/Python.md
@@ -1,3 +1,10 @@
methods this format foo.bar .bar
dir() - built it give directory of an object (all methods available)
+
+
+
+list() - []
+dict() - {}
+tuple() - ()
+set() - set()