Comments on: Python Lists https://coderslegacy.com/python/python-lists/ Imparting knowledge to the Future Fri, 10 Mar 2023 15:52:56 +0000 hourly 1 By: Siddiqi https://coderslegacy.com/python/python-lists/#comment-876 Sat, 26 Jun 2021 15:15:05 +0000 https://codersrefuge.000webhostapp.com/?page_id=226#comment-876 In reply to Paul.

Thanks for the correction!

]]>
By: Paul https://coderslegacy.com/python/python-lists/#comment-875 Sat, 26 Jun 2021 12:27:59 +0000 https://codersrefuge.000webhostapp.com/?page_id=226#comment-875 hi, in “Copying a list”, should “list2 = list.copy()" actually say "list2 = list1.copy()"?

]]>