summaryrefslogtreecommitdiff
path: root/Technology
diff options
context:
space:
mode:
authornic <ra@afu.re>2024-11-05 11:37:08 -0500
committernic <ra@afu.re>2024-11-05 11:37:08 -0500
commit51d7d4fcbc6ac383befdc2ee64683ce8d89db6e6 (patch)
treeda5bf0f63383fd67142a1107e6a72d617137d57d /Technology
parente255d505b45b518728f5d86e6d49c2365af86c6f (diff)
Auto from nzxt - Tue 05 Nov 2024 11:37:08 AM EST
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__