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