diff options
| author | nic <ra@afu.re> | 2024-11-02 13:36:12 -0400 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-11-02 13:36:12 -0400 |
| commit | 5d74b79cd917095069a10d90240f52584b05c921 (patch) | |
| tree | 7ece42ca7bb08fd76e79b970a267f8f15d5946ff /Technology/Python.md | |
| parent | 61096d5ea03d15f2127100f9ab214033a9b41f5e (diff) | |
Auto from nzxt - Sat 02 Nov 2024 01:36:12 PM EDT
Diffstat (limited to 'Technology/Python.md')
| -rw-r--r-- | Technology/Python.md | 7 |
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() |
