> - you probably don't want to call set1.remove(). lists are immutable,
> and you would've change the contents of set1.

sorry, make that "mutable." sets, dicts, and lists are standard Python
types that are mutable.

-wesley
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to