diff options
| -rw-r--r-- | Technology/Python.md | 4 |
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. |
