<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shakil Ahamed</title>
    <description>The latest articles on DEV Community by Shakil Ahamed (@hishakil).</description>
    <link>https://dev.to/hishakil</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F752464%2F6f55ecf4-476f-4551-82f0-bf7040116866.jpg</url>
      <title>DEV Community: Shakil Ahamed</title>
      <link>https://dev.to/hishakil</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hishakil"/>
    <language>en</language>
    <item>
      <title>Store Alphabet in a list with Python</title>
      <dc:creator>Shakil Ahamed</dc:creator>
      <pubDate>Sun, 14 Nov 2021 05:46:04 +0000</pubDate>
      <link>https://dev.to/hishakil/store-alphabet-in-a-list-with-python-34df</link>
      <guid>https://dev.to/hishakil/store-alphabet-in-a-list-with-python-34df</guid>
      <description>&lt;p&gt;Step1: import string to your code.&lt;br&gt;
       &amp;gt; import string&lt;/p&gt;

&lt;p&gt;Step2: create alphabet list with uppercase and lowercase.&lt;br&gt;
       &amp;gt; small_letter = string.ascii_lowercase&lt;/p&gt;

&lt;p&gt;Step3: store it...&lt;br&gt;
       &amp;gt; lowerletter_list = list(small_letter)&lt;/p&gt;

&lt;p&gt;Finish, You can run to see the result.&lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
