<?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: Kalyanam Venumadhav</title>
    <description>The latest articles on DEV Community by Kalyanam Venumadhav (@kvm1917).</description>
    <link>https://dev.to/kvm1917</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%2F1207079%2F13baa0e0-0a20-429a-9d2d-8f3741d9ee6c.png</url>
      <title>DEV Community: Kalyanam Venumadhav</title>
      <link>https://dev.to/kvm1917</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kvm1917"/>
    <language>en</language>
    <item>
      <title>Python : Print Modifiers</title>
      <dc:creator>Kalyanam Venumadhav</dc:creator>
      <pubDate>Sat, 03 Aug 2024 08:24:06 +0000</pubDate>
      <link>https://dev.to/kvm1917/python-print-modifiers-330g</link>
      <guid>https://dev.to/kvm1917/python-print-modifiers-330g</guid>
      <description>&lt;p&gt;Hey Folks, Print Modifiers modifies the code using single, double quotations and along with black slash ().&lt;/p&gt;

&lt;p&gt;In English '\' is used in speech sentence framing fun with a real world example.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Code:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F34oq5omznb0gzd5fnjpk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F34oq5omznb0gzd5fnjpk.png" alt="Image description" width="800" height="554"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If a word needs to be printed at middle of String(Sentence) we use Single Quotes or Double Quotes it's up to our point. 2 Scenarios comes into picture like,&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Use Single Quotes in a String (Sentence) to add a word, check whether which quotes are using at starting (either Single or Double Quotes) to Print a Complete String&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use Double Quotes in a String(Sentence) to add a word, check whether which quotes are using at starting either (Single or Double Quotes) to Print a Complete String&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use \ before string to ignore Quotations and to Print a String&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
  </channel>
</rss>
