{"id":105429,"date":"2025-04-10T16:32:45","date_gmt":"2025-04-10T12:02:45","guid":{"rendered":"https:\/\/nabfollower.com\/blog\/%d8%b1%d9%88%d8%b2-9-%d8%af%d8%b1-payilagam-%d8%ad%d9%84%d9%82%d9%87\/"},"modified":"2025-04-10T16:32:45","modified_gmt":"2025-04-10T12:02:45","slug":"%d8%b1%d9%88%d8%b2-9-%d8%af%d8%b1-payilagam-%d8%ad%d9%84%d9%82%d9%87","status":"publish","type":"post","link":"https:\/\/nabfollower.com\/blog\/%d8%b1%d9%88%d8%b2-9-%d8%af%d8%b1-payilagam-%d8%ad%d9%84%d9%82%d9%87\/","title":{"rendered":"\u0631\u0648\u0632 &#8211; 9 \u062f\u0631 Payilagam &quot;\u062d\u0644\u0642\u0647&quot;"},"content":{"rendered":"<p><strong>\u062d\u0644\u0642\u0647 \u0686\u06cc\u0633\u062a<\/strong><\/p>\n<p>\u062d\u0644\u0642\u0647 \u0647\u0627 \u06cc\u0627 \u0627\u0638\u0647\u0627\u0631\u0627\u062a \u062a\u06a9\u0631\u0627\u0631 \u062f\u0631 \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06cc\u0633\u06cc \u062f\u0631 \u0635\u0648\u0631\u062a \u0646\u06cc\u0627\u0632 \u0628\u0647 \u06cc\u06a9 \u06a9\u0627\u0631 \u062e\u0627\u0635 \u062f\u0631 \u062a\u06a9\u0631\u0627\u0631 \u0645\u0641\u06cc\u062f \u0647\u0633\u062a\u0646\u062f. \u0622\u0646\u0647\u0627 \u0636\u0631\u0648\u0631\u06cc \u0647\u0633\u062a\u0646\u062f \u0632\u06cc\u0631\u0627 \u0633\u0627\u0639\u062a \u06a9\u0627\u0631 \u0631\u0627 \u0628\u0647 \u062b\u0627\u0646\u06cc\u0647 \u06a9\u0627\u0647\u0634 \u0645\u06cc \u062f\u0647\u0646\u062f. \u062f\u0631 \u0627\u06cc\u0646 \u0645\u0642\u0627\u0644\u0647 \u060c \u0628\u0627 \u0627\u0646\u0648\u0627\u0639 \u0645\u062e\u062a\u0644\u0641 \u0648 \u0628\u0647\u062a\u0631\u06cc\u0646 \u0634\u06cc\u0648\u0647 \u0647\u0627 \u060c \u0627\u0635\u0648\u0644 \u0627\u0648\u0644\u06cc\u0647 \u062d\u0644\u0642\u0647 \u0647\u0627 \u0631\u0627 \u06a9\u0634\u0641 \u062e\u0648\u0627\u0647\u06cc\u0645 \u06a9\u0631\u062f<\/p>\n<p><strong>\u062f\u0631 \u062d\u0627\u0644\u06cc \u06a9\u0647 \u062d\u0644\u0642\u0647:<\/strong><\/p>\n<p>\u067e\u0627\u06cc\u062a\u0648\u0646 \u062f\u0631 \u062d\u0627\u0644\u06cc \u06a9\u0647 \u0627\u0632 \u062d\u0644\u0642\u0647 \u0628\u0631\u0627\u06cc \u0627\u062c\u0631\u0627\u06cc \u06cc\u06a9 \u0628\u0644\u0648\u06a9 \u0627\u0638\u0647\u0627\u0631\u0627\u062a \u0628\u0647 \u0637\u0648\u0631 \u0645\u06a9\u0631\u0631 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc \u0634\u0648\u062f \u062a\u0627 \u06cc\u06a9 \u0634\u0631\u0637 \u062e\u0627\u0635 \u0628\u0631\u0622\u0648\u0631\u062f\u0647 \u0634\u0648\u062f. \u0647\u0646\u06af\u0627\u0645\u06cc \u06a9\u0647 \u0634\u0631\u0637 \u0646\u0627\u062f\u0631\u0633\u062a \u0645\u06cc \u0634\u0648\u062f \u060c \u062e\u0637 \u0628\u0644\u0627\u0641\u0627\u0635\u0644\u0647 \u067e\u0633 \u0627\u0632 \u0627\u062c\u0631\u0627\u06cc \u062d\u0644\u0642\u0647 \u062f\u0631 \u0628\u0631\u0646\u0627\u0645\u0647.\n<\/p>\n<div class=\"highlight js-code-highlight\">\n<pre class=\"highlight plaintext\"><code>no1 = int(input(\"enter no :\"))\nno2 = int(input(\"enter no :\"))\n\nif no1&gt;no2:\n   print(no1)\n\nelif no1&lt;no2:\n     print(no2)\n\nelse:\n     print(\"no1 and no2 are not same\")\n<\/code><\/pre>\n<\/div>\n<p>\u062f\u0631 \u0639\u0648\u0636:\n<\/p>\n<div class=\"highlight js-code-highlight\">\n<pre class=\"highlight plaintext\"><code>no = 1\nwhile no&lt;=5\n     print(no,end=' ')\n     no+=1\n<\/code><\/pre>\n<\/div>\n<p>\u0622\u0631\u06af\u0648\u0645\u0627\u0646 \u0637\u0648\u0644 \u0645\u062a\u063a\u06cc\u0631.<br \/>\n\u0628\u06cc\u0627\u0646\u06cc\u0647 \u0686\u0627\u067e \u062a\u0627 \u062d\u062f \u0627\u0645\u06a9\u0627\u0646 \u0627\u0633\u062a\u062f\u0644\u0627\u0644 \u0647\u0627\u06cc \u0632\u06cc\u0627\u062f\u06cc \u0631\u0627 \u0645\u0637\u0631\u062d \u0645\u06cc \u06a9\u0646\u062f.\n<\/p>\n<div class=\"highlight js-code-highlight\">\n<pre class=\"highlight plaintext\"><code>\nprint(\"hi\")\nprint(\"hi\",\"hello\")\nprint(\"mohammed\",\"salman\")\nprint(5,10,15)\nprint('09','April','2025',sep = '-',end='\/')\nprint('09','April','2025',end='#')\n<\/code><\/pre>\n<\/div>\n<p>\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0631\u062f\u0646 <strong>\u062a\u062c\u0633\u0645 \u06a9\u0646\u0646\u062f\u0647 \u067e\u0627\u06cc\u062a\u0648\u0646<\/strong> \u062a\u062c\u0633\u0645<\/p>\n<p>*<em>\u0627\u0641\u0632\u0648\u062f\u0646 \u0627\u0648\u0644\u06cc\u0646 n nnumbers: *<\/em>\n<\/p>\n<div class=\"highlight js-code-highlight\">\n<pre class=\"highlight plaintext\"><code>no = 1\ntotal = 0\nwhile no&lt;=5:\n    print(no,end=' ')\n    total = total+no\n    no+=1\nprint('\\n',total,sep=' ')\n<\/code><\/pre>\n<\/div>\n<p><strong>\u0636\u0631\u0628 \u0634\u0645\u0627\u0631\u0647 \u0647\u0627\u06cc N \u0627\u0648\u0644<\/strong>\n<\/p>\n<div class=\"highlight js-code-highlight\">\n<pre class=\"highlight plaintext\"><code>no = 1\ntotal = 5\nwhile no &lt; 5:\n      print(no,end=' ')\n      total = total * no\n      no+=1\nprint('\\n', total,sep=' ')\n<\/code><\/pre>\n<\/div>\n<div class=\"highlight js-code-highlight\">\n<pre class=\"highlight plaintext\"><code>no = 1\nwhile no&lt;=10:\n      if no%6 ==0:\n         break\n      print(no)\n      no+=1\n<\/code><\/pre>\n<\/div>\n<div class=\"highlight js-code-highlight\">\n<pre class=\"highlight plaintext\"><code>\nno = 1\nwhile no&lt;=5:\n     if no%4 == 0:\n        break\n     print(no)\n     no+=1\nelse :\n    print(\"hi\",no)\n<\/code><\/pre>\n<\/div>\n<p>ps1 = &#8220;[OPMB10 $]&#8221;PS1 \u06cc\u06a9 \u0645\u062a\u063a\u06cc\u0631 \u0645\u062d\u06cc\u0637\u06cc \u062f\u0631 \u0644\u06cc\u0646\u0648\u06a9\u0633 \u0627\u0633\u062a \u06a9\u0647 \u0638\u0627\u0647\u0631 \u0633\u0631\u06cc\u0639 \u062f\u0633\u062a\u0648\u0631 \u0627\u0635\u0644\u06cc \u0631\u0627 \u062f\u0631 \u062a\u0631\u0645\u06cc\u0646\u0627\u0644 \u062a\u0639\u0631\u06cc\u0641 \u0645\u06cc \u06a9\u0646\u062f. \u0627\u06cc\u0646 \u0627\u0645\u06a9\u0627\u0646 \u0631\u0627 \u0628\u0647 \u06a9\u0627\u0631\u0628\u0631\u0627\u0646 \u0645\u06cc \u062f\u0647\u062f \u062a\u0627 \u0633\u0631\u06cc\u0639 \u062e\u0648\u062f \u0631\u0627 \u0628\u0631\u0627\u06cc \u0634\u0627\u0645\u0644 \u0627\u0637\u0644\u0627\u0639\u0627\u062a\u06cc \u0645\u0627\u0646\u0646\u062f \u0646\u0627\u0645 \u06a9\u0627\u0631\u0628\u0631\u06cc \u060c \u0646\u0627\u0645 \u0645\u06cc\u0632\u0628\u0627\u0646 \u060c \u062f\u0627\u06cc\u0631\u06a9\u062a\u0648\u0631\u06cc \u0641\u0639\u0644\u06cc \u0648 \u062d\u062a\u06cc \u0631\u0646\u06af \u0647\u0627 \u060c \u062a\u062c\u0631\u0628\u0647 \u062a\u0631\u0645\u06cc\u0646\u0627\u0644 \u0631\u0627 \u062f\u0631\u062c \u06a9\u0646\u0646\u062f.<\/p>\n<p>\u06a9\u0627\u0631:<br \/>\n1) \u0639\u062c\u06cc\u0628 \u06cc\u0627 \u06cc\u06a9\u0646\u0648\u0627\u062e\u062a\n<\/p>\n<div class=\"highlight js-code-highlight\">\n<pre class=\"highlight plaintext\"><code>no1 = 1\nno2 = 10\n\nwhile no1 &lt;= no2:\n    if start % 2 == 0:\n        print(\"It is Even\")\n    else:\n        print(\"It is Odd\")\n    no1 += 1\n<\/code><\/pre>\n<\/div>\n<p>2) \u0634\u0645\u0627\u0631\u0647 \u0646\u062e\u0633\u062a<\/p>\n<p>num = int (\u0648\u0631\u0648\u062f\u06cc (&#8220;\u0634\u0645\u0627\u0631\u0647 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f:&#8221;))<br \/>\n\u0645\u0646 = 2\n<\/p>\n<div class=\"highlight js-code-highlight\">\n<pre class=\"highlight plaintext\"><code>if num &lt;= 1:\n    print(\"Not Prime\")\nelse:\n    while i &lt; num:\n        if num % i == 0:\n            print(\"Not Prime\")\n            break\n        i += 1\n    else:\n        print(\"Prime\")\n<\/code><\/pre>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u062d\u0644\u0642\u0647 \u0686\u06cc\u0633\u062a \u062d\u0644\u0642\u0647 \u0647\u0627 \u06cc\u0627 \u0627\u0638\u0647\u0627\u0631\u0627\u062a \u062a\u06a9\u0631\u0627\u0631 \u062f\u0631 \u0628\u0631\u0646\u0627\u0645\u0647 \u0646\u0648\u06cc\u0633\u06cc \u062f\u0631 \u0635\u0648\u0631\u062a \u0646\u06cc\u0627\u0632 \u0628\u0647 \u06cc\u06a9 \u06a9\u0627\u0631 \u062e\u0627\u0635 \u062f\u0631 \u062a\u06a9\u0631\u0627\u0631 \u0645\u0641\u06cc\u062f \u0647\u0633\u062a\u0646\u062f. \u0622\u0646\u0647\u0627 \u0636\u0631\u0648\u0631\u06cc \u0647\u0633\u062a\u0646\u062f \u0632\u06cc\u0631\u0627 \u0633\u0627\u0639\u062a \u06a9\u0627\u0631 \u0631\u0627 \u0628\u0647 \u062b\u0627\u0646\u06cc\u0647 \u06a9\u0627\u0647\u0634 \u0645\u06cc \u062f\u0647\u0646\u062f. \u062f\u0631 \u0627\u06cc\u0646 \u0645\u0642\u0627\u0644\u0647 \u060c \u0628\u0627 \u0627\u0646\u0648\u0627\u0639 \u0645\u062e\u062a\u0644\u0641 \u0648 \u0628\u0647\u062a\u0631\u06cc\u0646 \u0634\u06cc\u0648\u0647 \u0647\u0627 \u060c \u0627\u0635\u0648\u0644 \u0627\u0648\u0644\u06cc\u0647 \u062d\u0644\u0642\u0647 \u0647\u0627 \u0631\u0627 \u06a9\u0634\u0641 \u062e\u0648\u0627\u0647\u06cc\u0645 \u06a9\u0631\u062f \u062f\u0631 \u062d\u0627\u0644\u06cc &hellip;<\/p>\n","protected":false},"author":2,"featured_media":105430,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/media2.dev.to\/dynamic\/image\/width=1000,height=500,fit=cover,gravity=auto,format=auto\/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F18jdj9igezoqglgounpa.png","fifu_image_alt":"","footnotes":""},"categories":[339],"tags":[],"class_list":["post-105429","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dev"],"_links":{"self":[{"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/posts\/105429","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/comments?post=105429"}],"version-history":[{"count":0,"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/posts\/105429\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/media\/105430"}],"wp:attachment":[{"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/media?parent=105429"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/categories?post=105429"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nabfollower.com\/blog\/wp-json\/wp\/v2\/tags?post=105429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}