4 lines
33 B
Python
4 lines
33 B
Python
from test1 import f
|
|
|
|
print(f(1))
|
from test1 import f
|
|
|
|
print(f(1))
|