python-CSD-kursu/python-temel/sample.from.import.py
2023-05-27 14:21:25 +03:00

7 lines
51 B
Python

#sample.py
from test import foo, tar
foo()
tar()