11.7k views
22 votes
True/False: Sets are immutable.

User Crown
by
4.5k points

1 Answer

13 votes

Answer:

true

Step-by-step explanation:

All python variables are instance of an object. Two types of objects are defined Mutable and Immutable.

User Agrath
by
5.6k points