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

7 lines
51 B
Python
Raw Normal View History

2023-05-27 14:21:25 +03:00
#sample.py
from test import foo, tar
foo()
tar()