<?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: Karthick Selvam</title>
    <description>The latest articles on DEV Community by Karthick Selvam (@karthick_selvam).</description>
    <link>https://dev.to/karthick_selvam</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%2F1752700%2F3d9fb24f-6672-47c5-9fbf-e5d18fdd2cc8.jpg</url>
      <title>DEV Community: Karthick Selvam</title>
      <link>https://dev.to/karthick_selvam</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/karthick_selvam"/>
    <language>en</language>
    <item>
      <title>Python print ()</title>
      <dc:creator>Karthick Selvam</dc:creator>
      <pubDate>Wed, 10 Jul 2024 11:35:20 +0000</pubDate>
      <link>https://dev.to/karthick_selvam/python-print--546e</link>
      <guid>https://dev.to/karthick_selvam/python-print--546e</guid>
      <description>&lt;p&gt;age = 999999999&lt;br&gt;
name ='yaman'&lt;br&gt;
place ="yamalogam"&lt;br&gt;
print("hellow yamalogam!!") ##The Basics: Printing a String&lt;br&gt;
print(age,name,place) ##Printing Variables&lt;br&gt;
print("Name", name, "age", age, "place", place ) ##Printing Multiple Items&lt;br&gt;
print(f"Name {name} age {age} place {place}") ##Formatted Strings with f-strings&lt;br&gt;
print(name + "!" + place + "!") ##Concatenation of Strings&lt;br&gt;
print("hellow","yamalogam", sep="---" ,end="!") ##separate the objects,Using sep and end Parameters&lt;br&gt;
print("rambha\nmenaka\nurvashi") ##Using Escape Sequences next line&lt;br&gt;
print("rambha\tmenaka\turvashi") ##Using Escape Sequences next Tab&lt;br&gt;
print('"yamman", yamalogam') ##Printing Quotes Inside Strings&lt;br&gt;
print("C:\yamalogam\bologam") ##Escape Sequences&lt;br&gt;
print(r"C:\yemalogam\bologam") ##Raw Strings to Ignore Escape Sequences&lt;br&gt;
print(9999) ##Printing Numbers You can print numbers directly without quotes.&lt;br&gt;
print(9*9)  ##Printing Results of Expressions and all mathematical equations&lt;br&gt;
weapon= ['pasakairu','thandayutham','guptha'] &lt;br&gt;
print(weapon)  ##Printing Lists and Dictionaries&lt;br&gt;
person= {"name" : "guptha", "age" : 21 , "city" : "yamalogam"}&lt;br&gt;
print(person)  ##Printing Lists and Dictionaries&lt;br&gt;
print("""'this place &lt;br&gt;
      is &lt;br&gt;
      yamalogam'""") ##Multiline Strings with Triple Quotes&lt;br&gt;
print()&lt;/p&gt;

&lt;p&gt;and the output of my code&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%2Fczu480q4auw0t1n8c4cg.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%2Fczu480q4auw0t1n8c4cg.png" alt="Image description" width="800" height="470"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
      <category>devops</category>
    </item>
    <item>
      <title>Hellow Python World !!</title>
      <dc:creator>Karthick Selvam</dc:creator>
      <pubDate>Tue, 09 Jul 2024 09:52:48 +0000</pubDate>
      <link>https://dev.to/karthick_selvam/hellow-python-world--58hf</link>
      <guid>https://dev.to/karthick_selvam/hellow-python-world--58hf</guid>
      <description>&lt;p&gt;I am excited to start learning Python by exploring the print code that I am sharing with my peers.&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%2Feci4yn7dwv4hmrg3ch85.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%2Feci4yn7dwv4hmrg3ch85.png" alt="Image description" width="800" height="603"&gt;&lt;/a&gt;&lt;/p&gt;

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