summaryrefslogtreecommitdiff
path: root/Technology
diff options
context:
space:
mode:
Diffstat (limited to 'Technology')
-rw-r--r--Technology/Python.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Technology/Python.md b/Technology/Python.md
index 1f4bfbc..7528f6b 100644
--- a/Technology/Python.md
+++ b/Technology/Python.md
@@ -48,3 +48,5 @@ import XX as x
from XX import x
from XX import *
from XX import x as x
+
+when you run a modules as a script __ name__ becomes __ main__