<?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: Karthik Guna</title>
    <description>The latest articles on DEV Community by Karthik Guna (@karthik_guna_057168ec9458).</description>
    <link>https://dev.to/karthik_guna_057168ec9458</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%2F1747779%2F01a9480d-aff6-42d2-9379-b6c2acddc339.jpg</url>
      <title>DEV Community: Karthik Guna</title>
      <link>https://dev.to/karthik_guna_057168ec9458</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/karthik_guna_057168ec9458"/>
    <language>en</language>
    <item>
      <title>Python print() funtion</title>
      <dc:creator>Karthik Guna</dc:creator>
      <pubDate>Mon, 08 Jul 2024 14:54:59 +0000</pubDate>
      <link>https://dev.to/karthik_guna_057168ec9458/python-print-funtion-44ea</link>
      <guid>https://dev.to/karthik_guna_057168ec9458/python-print-funtion-44ea</guid>
      <description>&lt;p&gt;I am learned python basic concept today.&lt;br&gt;
share you what i learned today with example.&lt;/p&gt;

&lt;p&gt;The name as it is print what you entered inside print function.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Ex : print("Hello")
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;In additionally you can pass variables like string or integer or other data types.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;anime1 = "dragon ball"
anime2 = "naruto"
Ex : print("which anime do you like ? a=", anime1, " or b=", anime2)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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