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
/
a631.py
blob: 0790cd1d04675a8bb497be59c19967e0fb32b6de (
plain
)
1
2
def find_star_num(n): return (6 * n * (n - 1) + 1)