summaryrefslogtreecommitdiff
path: root/Technology
diff options
context:
space:
mode:
authornic <ra@afu.re>2024-11-05 11:02:26 -0500
committernic <ra@afu.re>2024-11-05 11:02:26 -0500
commitbbafcf94be6031cc83ccd695bf4f9932ba9875b1 (patch)
tree279787f649ced1943ed79d71028845e7856d7a21 /Technology
parentdba14e18c3dca6255a29bba9d494204c9b2c14c6 (diff)
Auto from nzxt - Tue 05 Nov 2024 11:02:26 AM EST
Diffstat (limited to 'Technology')
-rw-r--r--Technology/Python.md4
1 files changed, 3 insertions, 1 deletions
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.