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