-

#
res = ashaxiom.Axiom.start(10).add(5).multiply(2).square().result()
print(res)
Result