Article Outline
Python example 'python-example-44'
Modules used in program:
import external
python-example-44
Python example: python-example-44
#!/usr/bin/python
# -*- coding: UTF-8 -*-
import external
if __name__ == '__main__':
print(external.add(10,20))
Useful links
- Learn Python: https://pythonbasics.org/
- More Python: https://pythonprogramminglanguage.com