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
/
a632.py
blob: a0e5c2695b095980b18e00f974c7513147419396 (
plain
)
1
2
3
def
ascii_value
(
k
):
ch
=
k
return
ord
(
ch
)