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
/
a440.py
blob: c62731ce469f390ccaae22a6fbb4939a18a12fe4 (
plain
)
1
2
def
is_Diff
(
n
):
return
(
n
%
11
==
0
)