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
/
a210.py
blob: 4ee2eda2d8a08eb4124786667af0f2bbbbc484c8 (
plain
)
1
2
3
def check_identical(test_list1, test_list2): res = test_list1 == test_list2 return (res)