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
/
a827.py
blob: 1d9e61d599d2ee0d24dc4e5546f9b2777a3506c1 (
plain
)
1
2
3
def check_value(dict, n): result = all(x == n for x in dict.values()) return result