summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornic <ra@afu.re>2024-11-02 13:36:12 -0400
committernic <ra@afu.re>2024-11-02 13:36:12 -0400
commit5d74b79cd917095069a10d90240f52584b05c921 (patch)
tree7ece42ca7bb08fd76e79b970a267f8f15d5946ff
parent61096d5ea03d15f2127100f9ab214033a9b41f5e (diff)
Auto from nzxt - Sat 02 Nov 2024 01:36:12 PM EDT
-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()