Dipa Mehta
Mutable and Immutable Datatypes in Python

What is the difference between mutable and immutable datatypes.

By Dipa Mehta in Python on Nov 09 2019
  • Pranam Bhat
    May, 2021 28

    Some of the mutable data types in Python are list, dictionary, set and user-defined classes.On the other hand, some of the immutable data types are int, float, decimal, bool, string, tuple, and range.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS