You've already forked ada-py-bind
mirror of
https://github.com/AdaCore/ada-py-bind.git
synced 2026-02-12 13:05:06 -08:00
5 lines
51 B
Python
5 lines
51 B
Python
import gen
|
|
|
|
a = gen.add(1, 2)
|
|
print gen.add(a, 12)
|