作者: Atsuo Ishimoto
日時: 2004/7/30(01:20)
石本です。

On Thu, 29 Jul 2004 21:29:38 +0900
"Bruce." <kbk@...> wrote:

> まだまだ修行が足りんわ(^^;
> 

ちなみにPython2.3以降での模範解答は

>>> sets.Set([1,1,2,3,4,5]) | sets.Set([2,4,6])
Set([1, 2, 3, 4, 5, 6])
>>> sets.Set([1,1,2,3,4,5]) & sets.Set([2,4,6])
Set([2, 4])

となります。

--------------------------
Atsuo Ishimoto
ishimoto@...
Homepage:http://www.gembook.jp