Salome HOME
Initial version.
[tools/py2cpp.git] / example / mymodule.py
1 def myfunction(a, b):
2   return "The result is", a/b