Files
openide/python/testData/debug/test_egg.py
2014-08-12 22:18:01 +02:00

4 lines
53 B
Python

from adder import adder
x = adder.add(7, 9)
print(x)