s=set([1,2,3]) print(s) s.update([4,5,6,7]) print(s)
{1, 2, 3} {1, 2, 3, 4, 5, 6, 7}
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT