a={'한국','중국','일본'} a.add('베트남') a.add('중국') a.remove('일본') a.update(['한국','홍콩','태국']) print(a)
To embed this project on your website, copy the following code and paste it into your website's HTML: