HOME/Articles/

simple python-example-44 (snippet)

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))