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
/
a509.py
blob: f90181a3fdb10bb36219acaa0b8eb14399b4f963 (
plain
)
1
2
3
def ascii_value_string(str1): for i in range(len(str1)): return ord(str1[i])