From 5d74b79cd917095069a10d90240f52584b05c921 Mon Sep 17 00:00:00 2001 From: nic Date: Sat, 2 Nov 2024 13:36:12 -0400 Subject: Auto from nzxt - Sat 02 Nov 2024 01:36:12 PM EDT --- Technology/Python.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Technology/Python.md') 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() -- cgit v1.2.3