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

10 lines
78 B
Python

#sample.py
import test
def main():
print(test.x)
test.foo()
main()