You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Harry,
I was reading the Python documentation on your website here, and I think there is a mistake in the definition of a set.
Sets are unchangeable, meaning you cannot change items of the set once created. Sets do not contain duplicate items.
set is mutable right we can change and remove the set element
No description provided.
The text was updated successfully, but these errors were encountered: