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

8 lines
72 B
Python
Raw Normal View History

2023-05-27 14:37:07 +03:00
# sample.py
from test import foo as f, bar as b, tar as t
f()
b()
t()