swig/Examples/test-suite/python/sneaky1_runme.py
Jon Schlueter b77f3afafb autopep8 cleanup of Examples/test-suite/python
automated cleanup of python pep8 whitespace compliance
2015-05-08 21:35:52 -04:00

5 lines
111 B
Python

import sneaky1
x = sneaky1.add(3, 4)
y = sneaky1.subtract(3, 4)
z = sneaky1.mul(3, 4)
w = sneaky1.divide(3, 4)