: -

#
data = [1, 2, 3]
res = ashaxiom.Axiom.start(data).add(10).multiply(2).result()
print(res)
Result 02