Python Language Set

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

TODO

Overview

Shallow Copy

s = set()
s.add('a')
s2 = s.copy()