equal_lists.md

April 9, 2022 ยท View on GitHub

Equal Lists

What is the result of each of the following? explain

  1. [] == [] - True
  2. [] is [] - False