index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
a698.py
blob: 47b03c5d2671583944393fd11c32375d111f646a (
plain
)
1
2
3
def ap_sum(a,n,d): total = (n * (2 * a + (n - 1) * d)) / 2 return total