6 lines
82 B
Python
6 lines
82 B
Python
from import1b import var
|
|
print(var)
|
|
|
|
from import1b import var as var2
|
|
print(var2)
|