python-CSD-kursu/python-temel/sample.from.import.py

7 lines
51 B
Python

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