summaryrefslogtreecommitdiff
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)