<?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: samurai1444</title>
    <description>The latest articles on DEV Community by samurai1444 (@samurai1444).</description>
    <link>https://dev.to/samurai1444</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%2F1050692%2F0aa5d778-ad69-4d70-87c7-4871fffe1452.png</url>
      <title>DEV Community: samurai1444</title>
      <link>https://dev.to/samurai1444</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samurai1444"/>
    <language>en</language>
    <item>
      <title>print()-funksiyasi xaqida.</title>
      <dc:creator>samurai1444</dc:creator>
      <pubDate>Thu, 23 Mar 2023 04:37:32 +0000</pubDate>
      <link>https://dev.to/samurai1444/print-funksiyasi-xaqida-4735</link>
      <guid>https://dev.to/samurai1444/print-funksiyasi-xaqida-4735</guid>
      <description>&lt;p&gt;ASSALAMU aleykum xurmatli dasturchi bugun siz bilan python dasturlash tilida &lt;code&gt;print()&lt;/code&gt; - funksiyasini korib chiqamiz &lt;/p&gt;

&lt;p&gt;print() bu pythondagi mahsus funktsiya bolib, () ichida berilgan matn yoki ufodalarni ekranga ( konsolga vazifasini bajaradi.     &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Misol uchun&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;print("hello world")
print("assalomu aleykum")
print("salom dunto")
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;xozirgi yozgan kodimizni natijazi&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;hello world
assalomu aleykum
salom dunyo
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;code&gt;print(hayer tong)&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;natija&lt;/strong&gt; syntaxerror: invalid syntax&lt;/p&gt;

&lt;p&gt;bu safar esa hayrli  tong yozuvi orniga, syntax error&lt;br&gt;
(sinteksda xatolik) chiqdi. xatolik qayerda&lt;/p&gt;

&lt;p&gt;avval aytganimizdek, &lt;code&gt;print()&lt;/code&gt; funktsiyasi matn yooki&lt;br&gt;
ifodakarning konsolga chiqarish vazifasini bajaradi.  lekin bu &lt;br&gt;
funktsiyasi togri ishlashi uchun bir nechta qoidalarga amal qilish lozim. jumladan, agaar konsolga matn chiqarmoqchi bolsak matinimiz albatta qoshtirnoq yoki&lt;code&gt;(" ")&lt;/code&gt;  yoki birtirnoq&lt;code&gt;(' ')&lt;/code&gt; orasida yozilishi kerak. demak hayrli tong sozni konsolga chiqarish togri kod:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;print("hayrli tong")
print('hayrli tong')
print("biz python darsturlash tilini organishni boshladik")
print('biz python dasturlash tilini judayam qiziq ehan')
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>tutorial</category>
      <category>python</category>
    </item>
  </channel>
</rss>
