<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'How to split the words of a text' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'How to split the words of a text' posted on the 'Python' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2012 Programmers Heaven</copyright>
    <pubDate>Thu, 24 May 2012 00:11:04 -0700</pubDate>
    <lastBuildDate>Thu, 24 May 2012 00:11:04 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>How to split the words of a text</title>
      <link>http://www.programmersheaven.com/mb/python/417036/417036/how-to-split-the-words-of-a-text/</link>
      <description>I'm trying to write a program to encrypt and decrypt the messages. &lt;br /&gt;
I get help from ACII to do it.&lt;br /&gt;
My code works. But sometimes I get error. That's why my code get error :&lt;br /&gt;
&lt;br /&gt;
list = ['I ', 'r', 'e', 'b', 'e', 'l', ' ', 't', 'h', 'e', 'r', 'e', 'f', 'o', 'r', 'e', ' ', 'w', 'e', ' ', 'e', 'x', 'i', 's', 't', '.']&lt;br /&gt;
&lt;br /&gt;
In this list, list[0] is 'I '. But I expect to be 'I'. That's why my code doesn't work.&lt;br /&gt;
I need help.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/python/417036/417036/how-to-split-the-words-of-a-text/</guid>
      <pubDate>Sun, 06 Jun 2010 04:59:42 -0700</pubDate>
      <category>Python</category>
    </item>
  </channel>
</rss>
