<?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: Kamaraj</title>
    <description>The latest articles on DEV Community by Kamaraj (@kamarajanis).</description>
    <link>https://dev.to/kamarajanis</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%2F178254%2Fe1ab3d37-4c8e-4a72-8344-b55723453372.jpg</url>
      <title>DEV Community: Kamaraj</title>
      <link>https://dev.to/kamarajanis</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kamarajanis"/>
    <language>en</language>
    <item>
      <title>Easy way to convert a list into a string</title>
      <dc:creator>Kamaraj</dc:creator>
      <pubDate>Mon, 17 Jun 2019 09:28:57 +0000</pubDate>
      <link>https://dev.to/kamarajanis/easy-way-to-convert-a-list-into-a-string-39kj</link>
      <guid>https://dev.to/kamarajanis/easy-way-to-convert-a-list-into-a-string-39kj</guid>
      <description>&lt;p&gt;Converting the python list to string&lt;/p&gt;

&lt;p&gt;Python 3.6.6 (v3.6.6:4cf1f54eb7, Jun 27 2018, 03:37:03) [MSC v.1900 64 bit (AMD64)] on win32&lt;br&gt;
Type "help", "copyright", "credits" or "license" for more information.&lt;/p&gt;

&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;a=['1','2','3','4']&lt;br&gt;
s="".join(a)&lt;br&gt;
s&lt;br&gt;
'1234'&lt;br&gt;
type(s)&lt;br&gt;
&lt;/p&gt;


&lt;/blockquote&gt;
&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/blockquote&gt;

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