From bbafcf94be6031cc83ccd695bf4f9932ba9875b1 Mon Sep 17 00:00:00 2001 From: nic Date: Tue, 5 Nov 2024 11:02:26 -0500 Subject: Auto from nzxt - Tue 05 Nov 2024 11:02:26 AM EST --- Technology/Python.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Technology/Python.md') diff --git a/Technology/Python.md b/Technology/Python.md index e9e5a49..0fc3305 100644 --- a/Technology/Python.md +++ b/Technology/Python.md @@ -12,7 +12,6 @@ source TESTENV/bin/activate # to get out of env deactivate - ** exponant x = 'Mark' @@ -36,3 +35,6 @@ __ init__ - where to assign instance specific attributes when object first cons __ str__ - control how object is printed __ repr__ - object output when interactive shell __ eq__ - uniquely identify all created object + + +1st time you import a modules python execute the code inside it. -- cgit v1.2.3