728x90
반응형
SMALL
A_0
variable_a = "a 모듈 변수"
A_1
variable_b = "B 모듈 변수"
A_2
import module_D_0 as a
import module_D_1 as b
print(a.variable_a)
print(b.variable_b)
728x90
반응형
LIST
'개념 > 혼자 공부하는 파이썬' 카테고리의 다른 글
python) how to use the module package in python? (0) | 2024.11.18 |
---|---|
python) how to make the module to check about Entry point (1) | 2024.11.17 |
python) Counting Loop Iterations in a 5-Second Interval. (0) | 2024.11.15 |
python) Circle Class with Encapsulation and Property Decorators. (3) | 2024.11.14 |
python) Exploring Python's Enumerate Function with Lists (0) | 2024.11.13 |