diff options
| author | nic <ra@afu.re> | 2024-11-05 11:22:26 -0500 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-11-05 11:22:26 -0500 |
| commit | e255d505b45b518728f5d86e6d49c2365af86c6f (patch) | |
| tree | 01f22549fc2fa4bfc0b10a8f8a050376cb35a4eb | |
| parent | a22800d16e8e87699163b9a88a44b624319fc794 (diff) | |
Auto from nzxt - Tue 05 Nov 2024 11:22:26 AM EST
| -rw-r--r-- | Technology/Python.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Technology/Python.md b/Technology/Python.md index f1e78e1..1f4bfbc 100644 --- a/Technology/Python.md +++ b/Technology/Python.md @@ -43,3 +43,8 @@ importlib if want to reload modules so run more than once When importing a module you can use it's defined functions, classes, constants etc... Access those thing by putting the module name as prefix before the function + +import XX as x +from XX import x +from XX import * +from XX import x as x |
