index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
a717.py
blob: 427cd2917e86aaed44516d2f9ec2cc4f8379bc46 (
plain
)
1
2
3
def
tn_ap
(
a
,
n
,
d
):
tn
=
a
+
(
n
-
1
)
*
d
return
tn