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
/
a798.py
blob: e028b5357292eb08c88602c938f5254a41893d29 (
plain
)
1
2
def
last_Digit
(
n
)
:
return
(
n
%
10
)