Skip to content

Commit

Permalink
Modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiumano committed Mar 2, 2023
1 parent e9a7bb7 commit e263b53
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/hello_world_7/ .py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print(__name__, end='')
1 change: 1 addition & 0 deletions python/hello_world_7/ .py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print(__name__, end='')
1 change: 1 addition & 0 deletions python/hello_world_7/!.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print(__name__, end='')
1 change: 1 addition & 0 deletions python/hello_world_7/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/__pycache__
1 change: 1 addition & 0 deletions python/hello_world_7/H.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print(__name__, end='')
1 change: 1 addition & 0 deletions python/hello_world_7/d.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print(__name__, end='')
1 change: 1 addition & 0 deletions python/hello_world_7/e.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print(__name__, end='')
1 change: 1 addition & 0 deletions python/hello_world_7/l.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print(__name__, end='')
22 changes: 22 additions & 0 deletions python/hello_world_7/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import importlib

import H, e, l

importlib.reload(l)

import o

importlib.import_module(' ')

import w

importlib.reload(o)

import r

importlib.reload(l)

import d

importlib.import_module('!')
importlib.import_module('\n')
1 change: 1 addition & 0 deletions python/hello_world_7/o.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print(__name__, end='')
1 change: 1 addition & 0 deletions python/hello_world_7/r.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print(__name__, end='')
1 change: 1 addition & 0 deletions python/hello_world_7/w.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print(__name__, end='')

0 comments on commit e263b53

Please sign in to comment.