<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: set code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 28 Aug 2008 20:57:50 GMT</pubDate>
    <description>DZone Snippets: set code</description>
    <item>
      <title>play with set (new python 2.4 module)</title>
      <link>http://snippets.dzone.com/posts/show/657</link>
      <description>&lt;code&gt;&lt;br /&gt;a = set("ABC")&lt;br /&gt;b = set("CDE")&lt;br /&gt;&lt;br /&gt;print "A:",a&lt;br /&gt;print "B:",b&lt;br /&gt;print "Intersection:\t",a &amp; b&lt;br /&gt;print "Union:\t\t",a | b&lt;br /&gt;print "Diff a-b:\t\t",a - b&lt;br /&gt;print "Diff b-a:\t\t",b - a&lt;br /&gt;print "Exclusive:\t\t",a ^ b&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 08 Sep 2005 02:21:57 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/657</guid>
      <author>manatlan (manatlan)</author>
    </item>
  </channel>
</rss>
