Dinesh Beniwal
What is the difference between list and tuples in Python?
By Dinesh Beniwal in Python on Jun 17 2019
  • Sourabh Somani
    Jun, 2019 17

    Lists and Tuple are ordered sequences of values.The difference is that a tuple is "immutable", in other words we cannot modify a tuple after creating it.Example is already in my article https://www.c-sharpcorner.com/UploadFile/75a48f/python-data-types/

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS