<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Generate List of Letters in the Alphabet'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 03:28:31 GMT</pubDate>
<item>
<title>df said on 4/4/09</title>
<link>http://snipplr.com/view/5058/generate-list-of-letters-in-the-alphabet/</link>
<description><![CDATA[ [chr(i) for i in xrange(ord('a'), ord('z')+1)] ]]></description>
<pubDate>Sat, 04 Apr 2009 04:29:18 GMT</pubDate>
<guid>http://snipplr.com/view/5058/generate-list-of-letters-in-the-alphabet/</guid>
</item>
<item>
<title>ctran said on 10/27/08</title>
<link>http://snipplr.com/view/5058/generate-list-of-letters-in-the-alphabet/</link>
<description><![CDATA[ from string import ascii_letters

ascii_letters ]]></description>
<pubDate>Mon, 27 Oct 2008 18:07:46 GMT</pubDate>
<guid>http://snipplr.com/view/5058/generate-list-of-letters-in-the-alphabet/</guid>
</item>
</channel>
</rss>