<?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: Sanjay Sugumar</title>
    <description>The latest articles on DEV Community by Sanjay Sugumar (@sanjay_sugumar2005_f768a2).</description>
    <link>https://dev.to/sanjay_sugumar2005_f768a2</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%2F3853485%2F56fc02b0-b06a-480d-b534-11d768f6d2c7.jpg</url>
      <title>DEV Community: Sanjay Sugumar</title>
      <link>https://dev.to/sanjay_sugumar2005_f768a2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sanjay_sugumar2005_f768a2"/>
    <language>en</language>
    <item>
      <title>RESTART python 7</title>
      <dc:creator>Sanjay Sugumar</dc:creator>
      <pubDate>Fri, 29 May 2026 14:29:33 +0000</pubDate>
      <link>https://dev.to/sanjay_sugumar2005_f768a2/restart-python-7-54ej</link>
      <guid>https://dev.to/sanjay_sugumar2005_f768a2/restart-python-7-54ej</guid>
      <description>&lt;p&gt;Movie: No. of Songs --&amp;gt; Last Song &lt;/p&gt;

&lt;h1&gt;
  
  
  --&amp;gt; First Station --&amp;gt; Least Common Multiple
&lt;/h1&gt;

&lt;h1&gt;
  
  
  --&amp;gt; All Stations --&amp;gt; Common Mult
&lt;/h1&gt;

&lt;p&gt;if 30%5 == 0:&lt;br&gt;
    print(5)&lt;br&gt;
if 30%6 == 0:&lt;br&gt;
    print(6)&lt;br&gt;
if 30%7 == 0:&lt;br&gt;
    print(7)&lt;br&gt;
if 30%8 == 0:&lt;br&gt;
    print(8)&lt;/p&gt;

&lt;p&gt;div = 1&lt;/p&gt;

&lt;p&gt;if 30%div == 0:&lt;br&gt;
    print(div)&lt;br&gt;
div+=1&lt;br&gt;
if 30%div == 0:&lt;br&gt;
    print(div)&lt;br&gt;
div+=1&lt;br&gt;
if 30%div == 0:&lt;br&gt;
    print(div)&lt;br&gt;
div+=1&lt;br&gt;
if 30%div == 0:&lt;br&gt;
    print(div)&lt;br&gt;
div+=1&lt;/p&gt;

&lt;p&gt;no = 30&lt;br&gt;
div = 1&lt;br&gt;
while div&amp;lt;=no:&lt;br&gt;
    if no%div == 0:&lt;br&gt;
        print(div)&lt;br&gt;
    div+=1&lt;/p&gt;

&lt;p&gt;no = 10000&lt;br&gt;
div = 2&lt;br&gt;
while div&amp;lt;=no//2: # 2 3 4 5 6 7 8 9 ... 5000&lt;br&gt;
    if no%div == 0:&lt;br&gt;
        print(div)&lt;br&gt;
    div+=1&lt;/p&gt;




&lt;p&gt;no = 30 # &lt;br&gt;
div = 2&lt;br&gt;
count = 0&lt;br&gt;
while div&amp;lt;=no//2: # 2 3 4 5 6 7 8 9 ... 5000&lt;br&gt;
    if no%div == 0:&lt;br&gt;
        #print(div)&lt;br&gt;
        count+=1&lt;br&gt;
    div+=1&lt;/p&gt;

&lt;h2&gt;
  
  
  print("Count of Divisors", count)
&lt;/h2&gt;

&lt;p&gt;no = 31 # &lt;br&gt;
div = 2&lt;br&gt;
count = 0&lt;br&gt;
while div&amp;lt;=no//2: # &lt;br&gt;
    if no%div == 0:&lt;br&gt;
        #print(div)&lt;br&gt;
        count+=1&lt;br&gt;
    div+=1&lt;/p&gt;

&lt;h1&gt;
  
  
  print("Count of Divisors", count)
&lt;/h1&gt;

&lt;p&gt;if count == 0: &lt;br&gt;
    print(no, 'is a prime number')&lt;/p&gt;




&lt;p&gt;The One and Only Even Prime number is 2. &lt;/p&gt;




&lt;p&gt;Divisor:&lt;/p&gt;

&lt;p&gt;the number by which another number (the dividend) is divided., &lt;/p&gt;

&lt;p&gt;Divisors Count:&lt;/p&gt;

&lt;p&gt;the total number of whole integers that can evenly divide a specific number without leaving a remainder&lt;/p&gt;

&lt;p&gt;, Prime Number:&lt;br&gt;
 1 to 100There are 25 prime numbers between 1 and 100:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;2, 3, 5, 7 (1–10)&lt;br&gt;
11, 13, 17, 19 (11–20)&lt;br&gt;
23, 29 (21–30)&lt;br&gt;
31, 37 (31–40)&lt;br&gt;
41, 43, 47 (41–50)&lt;br&gt;
53, 59 (51–60)&lt;br&gt;
61, 67 (61–70)&lt;br&gt;
71, 73, 79 (71–80)&lt;br&gt;
83, 89 (81–90)&lt;/p&gt;
&lt;h2&gt;
  
  
  97 (91–100)
&lt;/h2&gt;


&lt;/blockquote&gt;

</description>
    </item>
    <item>
      <title>python RESART #6</title>
      <dc:creator>Sanjay Sugumar</dc:creator>
      <pubDate>Fri, 29 May 2026 13:19:30 +0000</pubDate>
      <link>https://dev.to/sanjay_sugumar2005_f768a2/python-resart-6-5aj3</link>
      <guid>https://dev.to/sanjay_sugumar2005_f768a2/python-resart-6-5aj3</guid>
      <description>&lt;p&gt;MAY,27,2026&lt;br&gt;
HI....&lt;br&gt;
Train Story:&lt;br&gt;
TWO TRAIN ARE THERE TRAIN ONE AND TRAIN TWO.....&lt;/p&gt;

&lt;p&gt;TOTAL STATION:(1   2   3   4   5   6   7   8   9   10&lt;br&gt;&lt;br&gt;
11  12  13  14  15  16  17  18  19  20&lt;br&gt;
21  22  23  24  25  26  27  28  29  30)&lt;/p&gt;

&lt;p&gt;TRAIN ONE=T1&lt;br&gt;
TRAIN TWO=T2&lt;/p&gt;

&lt;p&gt;T1  T2&lt;br&gt;
3   5&lt;br&gt;
6   10&lt;br&gt;
9   15&lt;br&gt;&lt;br&gt;
12  20&lt;br&gt;
15  25&lt;br&gt;
18  30&lt;br&gt;
21&lt;br&gt;
24&lt;br&gt;
27&lt;br&gt;
30&lt;/p&gt;

&lt;p&gt;PROGRAM:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;station_no = 1&lt;br&gt;
while station_no&amp;lt;=30:&lt;br&gt;
    if station_no%3 == 0 and station_no%5 == 0:&lt;br&gt;
        print(station_no)&lt;br&gt;
    station_no = station_no + 1&lt;/code&gt;&lt;/p&gt;




&lt;p&gt;WHILE USE BREAK WHAT HAPPEN:&lt;br&gt;
&lt;code&gt;station_no = 1&lt;br&gt;
while station_no&amp;lt;=300:&lt;br&gt;
    if station_no%3 == 0 and station_no%5 == 0:&lt;br&gt;
        print(station_no)&lt;br&gt;
        break&lt;br&gt;
    station_no = station_no + 1&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
break --&amp;gt; breaks the loop&lt;/p&gt;

&lt;blockquote&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The break statement in Python is used to exit or "break" out of a loop (either for or while loop) prematurely, before the loop has iterated through all its items or reached its condition. When the break statement is executed, the program immediately exits the loop, and the control moves to the next line of code after the loop.
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;A break in Python is a keyword that lets you exit a loop immediately, stopping further iterations.&lt;/p&gt;

&lt;p&gt;A break in Python is a keyword that lets you exit a loop immediately, stopping further iterations.&lt;/p&gt;

&lt;p&gt;Using break outside of loops doesn’t make sense because it’s specifically designed to exit loops early.&lt;/p&gt;

&lt;p&gt;The break doesn’t exit all loops, only the innermost loop that contains it.&lt;/p&gt;

&lt;p&gt;Reference: &lt;br&gt;
&lt;a href="https://www.geeksforgeeks.org/python/python-break-statement/" rel="noopener noreferrer"&gt;https://www.geeksforgeeks.org/python/python-break-statement/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://realpython.com/python-break/" rel="noopener noreferrer"&gt;https://realpython.com/python-break/&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;NOW THERE ARE 100 STATION:&lt;/p&gt;

&lt;p&gt;station_no = 100&lt;br&gt;
while True:  #Total no. of stations unknown&lt;br&gt;
    if station_no%18 == 0 and station_no%62 == 0:&lt;br&gt;
        print(station_no)&lt;br&gt;
        break&lt;br&gt;
    station_no = station_no + 1&lt;/p&gt;




&lt;p&gt;station_no = 1&lt;br&gt;
while True:  #Total no. of stations unknown&lt;br&gt;
    if station_no%18 == 0 and station_no%62 == 0:&lt;br&gt;
        print(station_no)&lt;br&gt;
        break&lt;br&gt;
    station_no = station_no + 1&lt;/p&gt;




&lt;p&gt;558 is a multiple of 18 and 62. &lt;/p&gt;

&lt;p&gt;558 is the least(first) multiple of 18 and 62. &lt;/p&gt;

&lt;p&gt;558 is the Least Common Multiple of 18 and 62. &lt;/p&gt;




&lt;p&gt;Compilation&lt;br&gt;
Interpretation&lt;/p&gt;

&lt;p&gt;Police      Thief&lt;br&gt;
0           40&lt;br&gt;
5   42&lt;br&gt;
10  44&lt;br&gt;
15  46&lt;br&gt;
20  48&lt;br&gt;
25  50&lt;br&gt;
30  52&lt;br&gt;
35  54&lt;br&gt;
40  56&lt;br&gt;
45  58&lt;br&gt;
50  60&lt;br&gt;
55  62&lt;br&gt;
60  64&lt;br&gt;
65  66&lt;/p&gt;




&lt;p&gt;Police and Theif story solution &lt;br&gt;
police = 0&lt;br&gt;
thief = 40&lt;/p&gt;

&lt;p&gt;while True: &lt;br&gt;
    police = police + 5&lt;br&gt;
    thief = thief + 2&lt;br&gt;
    if police&amp;gt;=thief:&lt;br&gt;
        print(police)&lt;/p&gt;

&lt;h2&gt;
  
  
          break
&lt;/h2&gt;

&lt;p&gt;Task 1: &lt;br&gt;
%3 ==0: --&amp;gt; Train One&lt;br&gt;
%5 ==0: --&amp;gt; Train Two&lt;br&gt;
%3==0 and %5==0: --&amp;gt; Both the trains&lt;/p&gt;

&lt;p&gt;Task 2: &lt;br&gt;
station_no = 1&lt;br&gt;
while station_no&amp;lt;=300:&lt;br&gt;
    if station_no%3 == 0 and station_no%8 == 0:&lt;br&gt;
        print(station_no)&lt;br&gt;
        break&lt;br&gt;
    station_no = station_no + 1&lt;/p&gt;

&lt;h1&gt;
  
  
  3 and 8
&lt;/h1&gt;

&lt;h1&gt;
  
  
  --&amp;gt; First Station
&lt;/h1&gt;

&lt;h1&gt;
  
  
  --&amp;gt; All Stations
&lt;/h1&gt;

&lt;h1&gt;
  
  
  --&amp;gt; All Stations Count
&lt;/h1&gt;

&lt;h1&gt;
  
  
  --&amp;gt; Last Station Number
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>python</category>
      <category>webdev</category>
    </item>
    <item>
      <title>RESTART python 5</title>
      <dc:creator>Sanjay Sugumar</dc:creator>
      <pubDate>Wed, 27 May 2026 08:19:02 +0000</pubDate>
      <link>https://dev.to/sanjay_sugumar2005_f768a2/restart-python-5-3o1e</link>
      <guid>https://dev.to/sanjay_sugumar2005_f768a2/restart-python-5-3o1e</guid>
      <description>&lt;p&gt;HI &lt;br&gt;
DATE:26/05/2026&lt;br&gt;
DAY:TUESDAY&lt;/p&gt;

&lt;p&gt;*TO THERE ARE There Story Frog,Priest in seven temple,Thanaliraman,Theif Police,Two Train..&lt;/p&gt;

&lt;p&gt;*One intersed story was ask from hari brow yestursday we have 50 feet frog story like the hari brow was ask there question &lt;/p&gt;

&lt;p&gt;total_feet = 50&lt;br&gt;
day     up      down&lt;br&gt;
1        2      1.25&lt;br&gt;
total_feet = total_feet - up + down [50 - 2 + 1.25]&lt;/p&gt;

&lt;p&gt;2        3      1.5&lt;br&gt;
total_feet = total_feet - up + down [49.25 - 3 + 1.5]&lt;/p&gt;

&lt;p&gt;3        2      1.25&lt;br&gt;
total_feet = total_feet - up + down [47.75 - 3 + 1.5]`&lt;/p&gt;

&lt;p&gt;program:&lt;/p&gt;

&lt;p&gt;`feet = 50&lt;br&gt;
up = 3&lt;br&gt;
down = 1.5&lt;br&gt;
day = 0&lt;br&gt;
while feet&amp;gt;0:&lt;br&gt;
    if day % 2 == 0:&lt;br&gt;
        up = 2&lt;br&gt;
        down = 1.25&lt;br&gt;
    feet = feet - up + down&lt;br&gt;
    day = day + 1&lt;br&gt;
print(day)&lt;/p&gt;



&lt;p&gt;*prist was going to bath in pond and then do going seven temples the last temple the prist was take to home 1 flower and half of flower was prist was take to temple total how many flowers in bag of prist .. &lt;br&gt;
&lt;code&gt;flowers = 1&lt;br&gt;
temples_covered = 7&lt;br&gt;
temples_covered = temples_covered - 1&lt;br&gt;
flowers = flowers * 2   #2&lt;/code&gt;&lt;/p&gt;



&lt;p&gt;*this is thanaliraman story go inside the castle ......&lt;/p&gt;

&lt;p&gt;beats = 512&lt;br&gt;
security = 0&lt;/p&gt;

&lt;p&gt;beats = beats/2         #256&lt;br&gt;
security = security + 1 #1&lt;/p&gt;



&lt;p&gt;Program:&lt;br&gt;
&lt;code&gt;&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;beats = 512
security = 0
while beats &amp;gt; 0:
    beats = beats // 2         #256
    security = security + 1 #1

print(security)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;print(8/3)&lt;br&gt;
print(8//3)``&lt;/p&gt;

&lt;h1&gt;
  
  
  // --&amp;gt; floor division
&lt;/h1&gt;




&lt;p&gt;THERE LAST TWO STORY:&lt;/p&gt;

&lt;p&gt;Train Story -T1, T2&lt;/p&gt;

&lt;h2&gt;
  
  
  Thief, Police
&lt;/h2&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>python</category>
    </item>
    <item>
      <title>python RESTART #4</title>
      <dc:creator>Sanjay Sugumar</dc:creator>
      <pubDate>Tue, 26 May 2026 11:01:55 +0000</pubDate>
      <link>https://dev.to/sanjay_sugumar2005_f768a2/python-restart-4-5300</link>
      <guid>https://dev.to/sanjay_sugumar2005_f768a2/python-restart-4-5300</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;em&gt;&lt;code&gt;sep&lt;/code&gt; in Python means separator. It is used inside using &lt;code&gt;sep=&lt;/code&gt;. For example, &lt;code&gt;print("A","B",sep="-")&lt;/code&gt; gives output &lt;code&gt;A-B&lt;/code&gt;.&lt;/em&gt;&lt;/strong&gt;
&lt;/h2&gt;




&lt;p&gt;What is Function?&lt;br&gt;
       A function is a block of code that performs a specific task. It helps reuse code again and again without writing it multiple times.&lt;/p&gt;




&lt;p&gt;Arguments?&lt;br&gt;
      A function is a block of code that performs a specific task. It helps reuse code again and again without writing it multiple times.&lt;/p&gt;

&lt;p&gt;`def add(a, b):&lt;br&gt;
    print(a + b)&lt;/p&gt;

&lt;p&gt;add(5, 3)`&lt;/p&gt;

&lt;p&gt;In This Code "add (5,3)" is a Arguments &lt;/p&gt;




&lt;p&gt;Polymorphism: &lt;br&gt;
 print(len("Python"))   # string&lt;br&gt;
 print(len([1,2,3]))    # list&lt;/p&gt;




&lt;p&gt;Method Overloading: &lt;br&gt;
          Method Overloading means using the same function name to do different tasks with different arguments.&lt;br&gt;
`&lt;br&gt;
def add(a, b=0):&lt;br&gt;
    print(a + b)&lt;/p&gt;

&lt;p&gt;add(5)&lt;br&gt;
add(5, 3)`&lt;/p&gt;

&lt;p&gt;*Here, the same &lt;code&gt;add()&lt;/code&gt; function works with one argument and two arguments.&lt;br&gt;
   *Same Function name with different number of arguments or with different type of arguments. &lt;/p&gt;




&lt;p&gt;Addition of first n numbers:&lt;br&gt;
      THE STORY { The famous story of Carl Friedrich Gauss adding numbers tells of a clever 10-year-old boy who outsmarted his teacher by instantly finding the sum of all integers from 1 to 100. Instead of adding them one by one, he discovered a brilliant pattern that revolutionized arithmetic }&lt;/p&gt;

&lt;h2&gt;
  
  
  n * (n+1)
&lt;/h2&gt;

&lt;p&gt;2&lt;/p&gt;

&lt;h2&gt;
  
  
  10 * 11
&lt;/h2&gt;

&lt;p&gt;2 &lt;/p&gt;




&lt;p&gt;HERE THE GIRL WAS ASKINNG THE PARENT TO GIVE ME DAILY GIVE ME ONE RUPEE&lt;/p&gt;

&lt;p&gt;&lt;code&gt;bag = 0 &lt;br&gt;
day = 1&lt;br&gt;
while day&amp;lt;=10:&lt;br&gt;
    bag = bag + day&lt;br&gt;
    day = day + 1&lt;br&gt;
print(bag)&lt;/code&gt;&lt;/p&gt;




&lt;h1&gt;
  
  
  Addition of First n Numbers:
&lt;/h1&gt;

&lt;p&gt;total = 0 #&lt;br&gt;
no = 1&lt;br&gt;
while no&amp;lt;=10:&lt;br&gt;
    total = total + no&lt;br&gt;
    no = no + 1&lt;br&gt;
print(total)&lt;/p&gt;




&lt;p&gt;Additive Identity&lt;br&gt;
5 + 0 = 5&lt;br&gt;
12 + 0 = 12&lt;/p&gt;




&lt;p&gt;Multiplicative Identity&lt;/p&gt;

&lt;p&gt;5 * 1 = 5&lt;br&gt;
12 * 1 = 12&lt;/p&gt;




&lt;h1&gt;
  
  
  Multiplication of First n Numbers:
&lt;/h1&gt;

&lt;p&gt;total = 1 #&lt;br&gt;
no = 1&lt;br&gt;
while no&amp;lt;=5:&lt;br&gt;
    total = total * no&lt;br&gt;
    no = no + 1&lt;br&gt;
print(total)&lt;/p&gt;




&lt;p&gt;FACTORIAL &lt;/p&gt;

&lt;p&gt;factorial = 1 #&lt;br&gt;
no = 1&lt;br&gt;
while no&amp;lt;=5:&lt;br&gt;
    factorial = factorial * no&lt;br&gt;
    no = no + 1&lt;br&gt;
print(factorial)&lt;/p&gt;

&lt;h1&gt;
  
  
  5! --&amp;gt; 5 * 4 * 3 * 2 * 1
&lt;/h1&gt;




&lt;p&gt;factorial = 1 #&lt;br&gt;
no = 5&lt;br&gt;
while no&amp;gt;=1:&lt;br&gt;
    factorial = factorial * no&lt;br&gt;
    no = no - 1&lt;/p&gt;

&lt;h2&gt;
  
  
  print(factorial)
&lt;/h2&gt;

&lt;p&gt;feet = 50&lt;br&gt;
up = 2&lt;br&gt;
day = 1&lt;br&gt;
feet = feet - up&lt;br&gt;
day = day + 1&lt;br&gt;
feet = feet - up&lt;br&gt;
day = day + 1&lt;br&gt;
feet = feet - up &lt;br&gt;
day = day + 1&lt;br&gt;
feet = feet - up&lt;br&gt;
day = day + 1&lt;/p&gt;




&lt;p&gt;FROG STORY: &lt;br&gt;
&lt;em&gt;ONE FROG WAS INSIDE THE 50 FEET WELL DAILY TWO STEP UP AND DAILY ONE STEP DOWN *&lt;/em&gt;*****&lt;/p&gt;

&lt;p&gt;feet = 50&lt;br&gt;
up = 2&lt;br&gt;
down = 1.25&lt;br&gt;
day = 0&lt;br&gt;
while feet&amp;gt;0:&lt;br&gt;
    feet = feet - up + down&lt;br&gt;
    day = day + 1&lt;br&gt;
print(day)&lt;/p&gt;




</description>
      <category>ai</category>
      <category>python</category>
      <category>blog</category>
      <category>micropython</category>
    </item>
    <item>
      <title>RESTART Python 3</title>
      <dc:creator>Sanjay Sugumar</dc:creator>
      <pubDate>Mon, 25 May 2026 05:42:43 +0000</pubDate>
      <link>https://dev.to/sanjay_sugumar2005_f768a2/restart-python-3-3j7d</link>
      <guid>https://dev.to/sanjay_sugumar2005_f768a2/restart-python-3-3j7d</guid>
      <description>&lt;p&gt;Hi..&lt;br&gt;
DATE:23/05/2026&lt;br&gt;
DAY:SATURSDAY&lt;/p&gt;




&lt;h1&gt;
  
  
  Programming Rules:
&lt;/h1&gt;

&lt;h1&gt;
  
  
  1) Don't say I don't know
&lt;/h1&gt;

&lt;h1&gt;
  
  
  2) Let me Try
&lt;/h1&gt;

&lt;h1&gt;
  
  
  3) Known To Unknown
&lt;/h1&gt;

&lt;h1&gt;
  
  
  4) Don't Think about entire output
&lt;/h1&gt;

&lt;h1&gt;
  
  
  5) Think about very next step
&lt;/h1&gt;

&lt;h1&gt;
  
  
  6) Introduce variable if you feel it is necessary
&lt;/h1&gt;

&lt;h1&gt;
  
  
  7) Micro to Macro
&lt;/h1&gt;

&lt;p&gt;*Looping - How many times you are going to perform a particular activity&lt;/p&gt;

&lt;p&gt;*Whenever repeated activity is going on, think about loop.  &lt;/p&gt;




&lt;p&gt;PROGRAM:&lt;br&gt;
count = 1 &lt;br&gt;
while count&amp;lt;=5:&lt;br&gt;
    print(count*3, end=' ')&lt;br&gt;&lt;br&gt;
    count=count+1 &lt;/p&gt;




&lt;p&gt;WITHOUT USE LOOP:&lt;/p&gt;

&lt;p&gt;no1 = 1&lt;br&gt;
no2 = 3&lt;br&gt;
print(no1, " * 3 = ", no2)&lt;br&gt;
no1 = no1 + 1  #2&lt;br&gt;
no2 = no2 + 3  #6&lt;br&gt;
print(no1, " * 3 = ", no2)&lt;br&gt;
no1 = no1 + 1&lt;br&gt;
no2 = no2 + 3 &lt;br&gt;
print(no1, " * 3 = ", no2)&lt;br&gt;
no1 = no1 + 1&lt;br&gt;
no2 = no2 + 3 &lt;br&gt;
print(no1, " * 3 = ", no2)&lt;br&gt;
no1 = no1 + 1&lt;br&gt;
no2 = no2 + 3 &lt;br&gt;
print(no1, " * 3 = ", no2)&lt;br&gt;
no1 = no1 + 1&lt;br&gt;
no2 = no2 + 3 &lt;/p&gt;




&lt;p&gt;USE WITH LOOP:&lt;/p&gt;

&lt;p&gt;no1 = 1&lt;br&gt;
no2 = 3&lt;br&gt;
count = 1&lt;br&gt;
while count&amp;lt;=20: &lt;br&gt;
    print(no1, " * 3 = ", no2)&lt;br&gt;
    no1 = no1 + 1  #2&lt;br&gt;
    no2 = no2 + 3  #6&lt;br&gt;
    count = count + 1&lt;/p&gt;




&lt;p&gt;DECREASE IN LOOP:&lt;/p&gt;

&lt;p&gt;no = 25&lt;br&gt;
while no&amp;gt;=5:&lt;br&gt;
    print(no)&lt;br&gt;
    no = no-5   &lt;/p&gt;




&lt;p&gt;no1 = 1&lt;br&gt;
while no1&amp;lt;=20: &lt;br&gt;
    print(no1, " * 3 = ", no1*3)&lt;br&gt;
    no1+=1&lt;/p&gt;




&lt;p&gt;*ONE GIRL ASK TO PARENT DAD GIVE ME POCKET MONEY DAILY 10RS FOR 5 DAYS&lt;/p&gt;

&lt;p&gt;bag = 0&lt;br&gt;
day = 1&lt;br&gt;
while day&amp;lt;=10:&lt;br&gt;
    bag = bag + 5&lt;br&gt;
    print("Day",day, " --&amp;gt; ",bag,"Rs")&lt;br&gt;
    day = day + 1   &lt;/p&gt;

&lt;h1&gt;
  
  
  Day 1 --&amp;gt; 5 Rs
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Day 2 --&amp;gt; 10 Rs
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Day 3 --&amp;gt; 15 Rs
&lt;/h1&gt;




&lt;p&gt;*USE OF , AND SEPRATOR , SEP&lt;/p&gt;

&lt;p&gt;print("Hi","Hello","Good Evening",end='*')&lt;/p&gt;

&lt;h1&gt;
  
  
  Output: Hi Hello Good Evening*
&lt;/h1&gt;

&lt;p&gt;print()&lt;br&gt;
print("Hi","Hello","Good Evening",sep='*')&lt;/p&gt;

&lt;h1&gt;
  
  
  Output: Hi Hello Good Evening*
&lt;/h1&gt;

&lt;p&gt;print(3 * "hello")&lt;/p&gt;

</description>
      <category>blog</category>
      <category>python</category>
    </item>
    <item>
      <title>My First MOCK INTERVIEW Experience</title>
      <dc:creator>Sanjay Sugumar</dc:creator>
      <pubDate>Sat, 23 May 2026 14:50:38 +0000</pubDate>
      <link>https://dev.to/sanjay_sugumar2005_f768a2/my-first-mock-interview-experience-21k1</link>
      <guid>https://dev.to/sanjay_sugumar2005_f768a2/my-first-mock-interview-experience-21k1</guid>
      <description>&lt;p&gt;Mock Interview &lt;br&gt;
HI...&lt;br&gt;
DATE:23/05/2026&lt;br&gt;
DAY:SATURSDAY&lt;/p&gt;

&lt;p&gt;IAM Life First Time Interview And IAM Think My Muthu Sir Will Sanjay You Do Mock Interview. &lt;br&gt;
Be Happy And Confidence And Tell Bring Your Resume And That Your Mock Interview And Again Happy .&lt;/p&gt;

&lt;p&gt;IAM Known About There Python We Known Basic And There Only One Twist Will Happen . &lt;/p&gt;

&lt;p&gt;IAM Going My Sir Vallarasu Sir And Ask How Can My Resume He Till Good And Ligth Wiegth And That Time Only We Recall .&lt;/p&gt;

&lt;p&gt;This Resume Is Waste This Take And Go To Company Means Rejcet In First Self Sir Well Till That Time Well Realize .&lt;/p&gt;

&lt;p&gt;Will Ask To My Sir What Do Sir Then He Tell Take Some Reference In Wesite.&lt;/p&gt;

&lt;p&gt;See All Fresher Resume Then You  I Am See There So Good Here Resume Good And See My Resume Look Like Bad And Again Prepare.&lt;br&gt;
And Again Shiva Sir Well Tell Come Its Ok And Ask To Me Question That Is First Time IAM Talk To Shiva Sir And He Ask Me Queistion .&lt;/p&gt;

&lt;p&gt;*what Is Python? IAM Tell Python Is Interprinter &lt;br&gt;
Then Again Sir Well Ask &lt;/p&gt;

&lt;p&gt;*what Is  Interprinter? IAM Thinking But Some Answer Come In Mind That Not Correct Then Next Question Go &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What Is For While Loop Differece? IAM  Tell For We Known There Stop Value While We Do Known Stop Value Then Question &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;what Is Arthemetic Operators ? Then IAM Tell +-&lt;/em&gt;/%..&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Then Sir Will Ask Me Tell Five Tags HTML and css ?But There One Twist What Means IAM Do Known The HTML And IAM Add There Resume I Known HTML And CSS That Is My Flaut And &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;*Then Ask Me Data Type And Array And Tuple And String Manipulation And Linux Command Next Only Learn One Thing &lt;/p&gt;

&lt;p&gt;*There More Without Code Genral And IAM Next Be Sure Prepare And Confitend Next Time I Will Do Very Well  &lt;/p&gt;

</description>
      <category>python</category>
      <category>interview</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>Python RESTART #2</title>
      <dc:creator>Sanjay Sugumar</dc:creator>
      <pubDate>Sat, 23 May 2026 13:31:33 +0000</pubDate>
      <link>https://dev.to/sanjay_sugumar2005_f768a2/python-restart-2-4448</link>
      <guid>https://dev.to/sanjay_sugumar2005_f768a2/python-restart-2-4448</guid>
      <description>&lt;p&gt;hi, &lt;br&gt;
Date:22/05/2026/ &lt;br&gt;
Day: friday&lt;br&gt;
Python Day #2&lt;/p&gt;




&lt;p&gt;looping:&lt;/p&gt;

&lt;h4&gt;
  
  
  while loop
&lt;/h4&gt;

&lt;p&gt;how can we use while looping statement and  there some example code:&lt;br&gt;
    count=1&lt;br&gt;
    while count &amp;lt;5:&lt;br&gt;
       print(count*2, end =" ")&lt;br&gt;
       count=count+1&lt;br&gt;
    print(count)&lt;/p&gt;




&lt;p&gt;Here Code Was LOOPING &lt;br&gt;
*WHY WE USE HERE (end=" ")in PYTHON&lt;br&gt;
 DEFAULT PYTHON THERE SAVE /n&lt;/p&gt;




</description>
      <category>python</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>RESTART Python 1</title>
      <dc:creator>Sanjay Sugumar</dc:creator>
      <pubDate>Fri, 22 May 2026 07:29:34 +0000</pubDate>
      <link>https://dev.to/sanjay_sugumar2005_f768a2/restart-python-1-15of</link>
      <guid>https://dev.to/sanjay_sugumar2005_f768a2/restart-python-1-15of</guid>
      <description>&lt;h1&gt;
  
  
  DAY ONE PYTHON
&lt;/h1&gt;

&lt;p&gt;MAY,21,2026...THURSDAY&lt;/p&gt;

&lt;p&gt;TODAY CLASS &lt;br&gt;
and True AND False &lt;/p&gt;

&lt;p&gt;1) if statement should end with else statement&lt;br&gt;
2) if statement should have elif statement&lt;br&gt;
3) elif statement should have else statement &lt;br&gt;
4) if statement should have (Operator) symbols like &amp;gt; &amp;lt; &amp;gt;= &amp;lt;= == !=&lt;/p&gt;

&lt;p&gt;*Sir ask this question AND Sir Was Told answer this question True OR False &lt;/p&gt;

&lt;p&gt;*I Have Answer TRUE,FALSE,TRUE,TRUE &lt;/p&gt;

&lt;p&gt;&amp;lt;NEXT&lt;/p&gt;

&lt;p&gt;SIR WAS CORRECTION THEN TILL (FALSE,FALSE,FALSE,FALSE) &lt;br&gt;
then iam thinking Yes was till correct only &lt;/p&gt;

&lt;p&gt;PROGRAM 1:&lt;/p&gt;

&lt;p&gt;total1 = 345&lt;br&gt;
 total2 = 425&lt;br&gt;
 if False: &lt;br&gt;
    print(total1)&lt;br&gt;
 else:&lt;br&gt;
    print(total2)&lt;/p&gt;

&lt;p&gt;PROGRAM 2:&lt;/p&gt;

&lt;p&gt;mark1 = 90&lt;br&gt;
 mark2 = 92&lt;br&gt;
 mark3 = 85&lt;br&gt;
 if mark1 &amp;gt; mark2 and mark1 &amp;gt; mark3:&lt;br&gt;
    print("mark1 is greater")&lt;br&gt;
 elif mark2 &amp;gt; mark3 and mark2 &amp;gt; mark1:&lt;br&gt;
    print("mark2 is greater")&lt;br&gt;
 else:&lt;br&gt;
    print("mark3 is greater")&lt;/p&gt;

</description>
      <category>blog</category>
      <category>python</category>
    </item>
    <item>
      <title>Phone BOOk</title>
      <dc:creator>Sanjay Sugumar</dc:creator>
      <pubDate>Sat, 18 Apr 2026 12:23:40 +0000</pubDate>
      <link>https://dev.to/sanjay_sugumar2005_f768a2/phone-book-hkn</link>
      <guid>https://dev.to/sanjay_sugumar2005_f768a2/phone-book-hkn</guid>
      <description>&lt;p&gt;HI everyone..&lt;br&gt;
today my project make phonebook &lt;br&gt;
i have create phone book today &lt;br&gt;
i have make more option &lt;br&gt;
*add contact *add number next *add name &lt;br&gt;
*search &lt;br&gt;
*delete &lt;br&gt;
*exit&lt;/p&gt;

&lt;p&gt;THE CODE&lt;br&gt;
contact=[]&lt;br&gt;
while True:&lt;br&gt;
    print("CONTACT MENU")&lt;br&gt;
    print("1.name and number")&lt;br&gt;
    print("2.search contact")&lt;br&gt;
    print("3.delete: ")&lt;br&gt;
    print("4.exit:")&lt;br&gt;
    choice=input("you choice number (1,2,3,4):")&lt;br&gt;
    if choice=="1":&lt;br&gt;
        name=input("enter a name:")&lt;br&gt;
        number=int(input("enter a number:"))&lt;br&gt;
        contact=contact+[[name,number]]&lt;br&gt;
    elif choice=="2":&lt;br&gt;
        name=input("enter a name to search:")&lt;br&gt;
        found=False&lt;br&gt;
        for c in contact:&lt;br&gt;
           if c[0]== name:&lt;br&gt;
            print("Found :",c[0],"-",c[1])&lt;br&gt;
            found=True&lt;br&gt;
            break&lt;br&gt;
        if not found:&lt;br&gt;
            print("not found")&lt;/p&gt;

&lt;p&gt;^T#anky@u&lt;/p&gt;

</description>
      <category>phonebook</category>
      <category>python</category>
      <category>programming</category>
      <category>code</category>
    </item>
    <item>
      <title>ELeVen QuesTIoN&gt;cALC..</title>
      <dc:creator>Sanjay Sugumar</dc:creator>
      <pubDate>Sat, 04 Apr 2026 09:46:14 +0000</pubDate>
      <link>https://dev.to/sanjay_sugumar2005_f768a2/eleven-questioncalc-4gcf</link>
      <guid>https://dev.to/sanjay_sugumar2005_f768a2/eleven-questioncalc-4gcf</guid>
      <description>&lt;p&gt;Hi Everyone,&lt;br&gt;
       Intersting Class I Have Learn Today in BOOLEAN  True or False. (true/false) I have use my SIR Teach Me in first letter Uppercase letter use in T and F . ELEVEN QUESTION finish..&lt;/p&gt;

&lt;p&gt;CODE:&lt;br&gt;
 1) Input: [56, 54, 100, 35, 83, 81, 100, 66, 93, 81, 79, 67,   100, 50, 74, 59, 100, 61, 37, 60]&lt;br&gt;
bucket=0&lt;br&gt;
x=[56, 54, 100, 35, 83, 81, 100, 66, 93, 81, 79, 67, 100, 50, 74, 59, 100, 61, 37, 60]&lt;br&gt;
for i in x:&lt;br&gt;
     if i==100:&lt;br&gt;
         bucket=bucket+1&lt;br&gt;
print(bucket)&lt;/p&gt;




&lt;p&gt;2) Given math scores, find how many scored centum: 100&lt;br&gt;
 bucket=1&lt;br&gt;
 x=[ "math 70","math 100","math 80", "math 100","math60","math100"]&lt;br&gt;
for i in x:&lt;br&gt;
     if i=="math 100":&lt;br&gt;
         bucket=bucket+1&lt;br&gt;
 print(bucket)&lt;/p&gt;




&lt;p&gt;3) Given scores, grade each score: A &amp;gt; 90, B &amp;gt; 80, C &amp;gt; 60, others D&lt;/p&gt;

&lt;p&gt;bucket=[]&lt;br&gt;
 x=[56, 54, 100, 35, 83, 81, 100, 66, 93, 81, 79, 67, 100, 50, 74, 59, 100, 61, 37, 60]&lt;br&gt;
 for i in x:&lt;br&gt;
     if i &amp;gt;=90:&lt;br&gt;
         bucket=bucket+["grade a "]&lt;br&gt;
     elif i &amp;gt;=80:&lt;br&gt;
         bucket=bucket+["grade b"]&lt;br&gt;
     elif i &amp;gt;=60:&lt;br&gt;
         bucket=bucket+["grade c"]&lt;br&gt;
     elif i &amp;gt;=50:&lt;br&gt;
         bucket=bucket+["grade d"]&lt;br&gt;
print(bucket)&lt;/p&gt;




&lt;p&gt;4) Given scores, count students for each grade&lt;/p&gt;

&lt;p&gt;bucket=0&lt;br&gt;
 students=["sanjay 399","arun 499","parithi 600"]&lt;/p&gt;

&lt;p&gt;i=[30,60,85,90]&lt;br&gt;
 d=["f","c","b","a"]&lt;/p&gt;

&lt;p&gt;x=[30,60,85,90]&lt;br&gt;
 for i mark is enumate(x)&lt;br&gt;
     if mark&amp;lt;=35:&lt;br&gt;
         x[i]="f"&lt;br&gt;
     elif mark &amp;lt;=50:&lt;br&gt;
         x[i]="d"&lt;br&gt;
     elif mark&amp;lt;=60:&lt;br&gt;
         x[i]="e"&lt;br&gt;
     elif mark&amp;lt;=70&lt;br&gt;
         x[]&lt;/p&gt;




&lt;p&gt;5) Given numbers, rotate them in place N times [1, 2 , 3 ,4, 5] &lt;/p&gt;

&lt;p&gt;x=[1,2,3,4]&lt;br&gt;
 y= x.pop()&lt;br&gt;&lt;br&gt;
 x.insert(0,y) &lt;br&gt;
 print(x)&lt;/p&gt;




&lt;p&gt;6) Given numbers, double them in place [1, 2, 3, 4, 5] &lt;br&gt;
 -&amp;gt; [2, 4, 6, 8, 10]&lt;/p&gt;

&lt;p&gt;bucket=[]&lt;br&gt;
 x=[1,2,3,4,5]&lt;br&gt;
 for i in x:&lt;br&gt;
     bucket.append(i*2)&lt;br&gt;
 print(bucket)&lt;/p&gt;




&lt;p&gt;7)Sort given numbers &lt;br&gt;
 x=[3,9,8,4]&lt;br&gt;
 x.sort(reverse=True)&lt;br&gt;
 print(x)&lt;/p&gt;




&lt;p&gt;8) assending_order in this give number&lt;br&gt;
x=[3,9,8,4]&lt;br&gt;
x.sort()&lt;br&gt;
print(x)&lt;/p&gt;




&lt;p&gt;8)given number decending_order&lt;br&gt;
x=[3,9,8,4]&lt;br&gt;
x.sort(reverse=True)&lt;br&gt;
print(x)&lt;/p&gt;




&lt;p&gt;9) Sum of given numbers&lt;br&gt;
 bucket=[]&lt;br&gt;
 x=[1,2,3,4,5,6,7,8,9,10]&lt;br&gt;
for i in x:&lt;br&gt;
     bucket=bucket+[i+1]&lt;br&gt;
print(bucket)&lt;/p&gt;




&lt;p&gt;10) Find even, odd&lt;/p&gt;

&lt;p&gt;bucket=[]&lt;br&gt;
 x=[1,2,3,4,5,6,7,8,9]&lt;br&gt;
 for i in x:&lt;br&gt;
     if i %2==0:&lt;br&gt;
         bucket.append((i,"even"))&lt;br&gt;
     else:&lt;br&gt;
         bucket.append((i,"odd"))&lt;br&gt;
 print(bucket)&lt;/p&gt;




&lt;p&gt;11) Multiply by 2&lt;/p&gt;

&lt;p&gt;bucket=[]&lt;br&gt;
 x=[1,2,3,4,5,6,7,8]&lt;br&gt;
 for i in x:&lt;br&gt;
     bucket.append(i*2)&lt;br&gt;
 print(bucket)    &lt;/p&gt;




&lt;p&gt;CALC:&lt;/p&gt;

&lt;p&gt;exit=False&lt;/p&gt;

&lt;p&gt;while exit!=True:&lt;br&gt;
    option=input("enter a option,add,sub,mul,divi,exit:")&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;if option=="exit":
    exit=True   
    continue

num1=int(input("enter a number one:"))
num2=int(input("enter a number two:"))

if option=="add":
    print(num1+num2)
elif option=="sub":
    print(num1-num2)
elif option=="mul":
    print(num1*num2)
elif option=="divi":
    print(num1/num2)
else:
    print("in vaild")
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;print("calcultor stop")&lt;/p&gt;

&lt;p&gt;****************&lt;strong&gt;&lt;em&gt;XXX&lt;/em&gt;&lt;/strong&gt;***********************&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>python</category>
      <category>github</category>
    </item>
    <item>
      <title>python start....</title>
      <dc:creator>Sanjay Sugumar</dc:creator>
      <pubDate>Thu, 02 Apr 2026 08:26:57 +0000</pubDate>
      <link>https://dev.to/sanjay_sugumar2005_f768a2/python-start-bio</link>
      <guid>https://dev.to/sanjay_sugumar2005_f768a2/python-start-bio</guid>
      <description>&lt;p&gt;DATA TYPE &lt;br&gt;
"john"    =str/ string &lt;br&gt;
16        =int/integer &lt;br&gt;
45.8      =floot&lt;br&gt;
true/false=boolean &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    THE USE OF THERE 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;= is use of store the variable in pc mind &lt;br&gt;
input is use for there we can user inputer get in terminal that wise we use it&lt;br&gt;
data type&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    OPERATORS
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Arithemetic  Operators           compartion Operators                   Logical Operators&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; add                               &amp;lt;less than                                 AND

&lt;ul&gt;
&lt;li&gt; sub                             &amp;gt; greater than                              OR
&lt;/li&gt;
&lt;li&gt;mul                              &amp;lt;= less than equal                          NOT
/ div                              &amp;gt;= greater than equal 
% moudel                           == equal
** power                           /= not equal&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;IF ELIF ELSE&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    while lop
    start step stop
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
    </item>
    <item>
      <title>hi...</title>
      <dc:creator>Sanjay Sugumar</dc:creator>
      <pubDate>Tue, 31 Mar 2026 18:12:43 +0000</pubDate>
      <link>https://dev.to/sanjay_sugumar2005_f768a2/hi-1md1</link>
      <guid>https://dev.to/sanjay_sugumar2005_f768a2/hi-1md1</guid>
      <description>&lt;p&gt;Iam wake up to late my valarasu sir class timing 11 am but iam wake up 10:45 am because bescause of sunday because today travel in cuddas lore to chennai so tierd and today more confuse day start and going to wait for bus the bus 11:40 i miss that and next iam 12:15 bus take and going then reach vealachery then iam reach my paiylagam  and going inside then my sir there seating then iam going second floor go meet my brothers and sister then take the today iam doing work and program#LIST&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Input: [56, 54, 100, 35, 83, 81, 100, 66, 93, 81, 79, 67, 100, 50, 74, 59, 100, 61, 37, 60]&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;bucket=0&lt;br&gt;
x=[56, 54, 100, 35, 83, 81, 100, 66, 93, 81, 79, 67, 100, 50, 74, 59, 100, 61, 37, 60]&lt;/p&gt;

&lt;p&gt;for i in x:&lt;br&gt;
     if i==100:&lt;br&gt;
         bucket=bucket+1&lt;br&gt;
 print(bucket)&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Given math scores, find how many scored centum: 100&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;bucket=1&lt;br&gt;
 x=[ "math 70","math 100","math 80", "math 100","math60","math100"]&lt;br&gt;
 for i in x:&lt;br&gt;
     if i=="math 100":&lt;br&gt;
         bucket=bucket+1&lt;br&gt;
 print(bucket)&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Given scores, grade each score: A &amp;gt; 90, B &amp;gt; 80, C &amp;gt; 60, others D&lt;br&gt;
bucket=[]&lt;br&gt;
x=[56, 54, 100, 35, 83, 81, 100, 66, 93, 81, 79, 67, 100, 50, 74, 59, 100, 61, 37, 60]&lt;br&gt;
for i in x:&lt;br&gt;
 if i &amp;gt;=90:&lt;br&gt;
     bucket=bucket+["grade a "]&lt;br&gt;
 elif i &amp;gt;=80:&lt;br&gt;
     bucket=bucket+["grade b"]&lt;br&gt;
 elif i &amp;gt;=60:&lt;br&gt;
     bucket=bucket+["grade c"]&lt;br&gt;
 elif i &amp;gt;=50:&lt;br&gt;
     bucket=bucket+["grade d"]&lt;br&gt;
print(bucket)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Given scores, count students for each grade&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;bucket=0&lt;br&gt;
 students=["sanjay 399","arun 499","parithi 600"]&lt;/p&gt;

&lt;p&gt;***********&lt;strong&gt;&lt;em&gt;THIS QUEATION DOUGHT *&lt;/em&gt;&lt;/strong&gt;***********&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Given numbers, reverse numbers [1, 2, 3] -&amp;gt; [3, 2, 1]&lt;br&gt;
x=[2,4,8,10]&lt;br&gt;
x.reverse()&lt;br&gt;
print(x)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Given numbers, rotate them in place N times [1, 2, 3, 4, 5] -&amp;gt;  [4, 5, 1, 2, 3]&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Given numbers, double them in place [1, 2, 3, 4, 5] -&amp;gt; [2, 4, 6, 8, 10]&lt;/li&gt;
&lt;/ol&gt;


&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Sort given numbers &lt;br&gt;&lt;br&gt;
x=[3,9,8,4]&lt;br&gt;&lt;br&gt;
x.sort(reverse=True)&lt;br&gt;&lt;br&gt;
print(x)&lt;/p&gt;&lt;/li&gt;

&lt;/ol&gt;

&lt;p&gt;7 assending_order in this give number&lt;/p&gt;

&lt;p&gt;x=[3,9,8,4]&lt;br&gt;
 x.sort()&lt;br&gt;
 print(x)&lt;/p&gt;

&lt;p&gt;8   given number decending_order&lt;/p&gt;

&lt;p&gt;x=[3,9,8,4]&lt;br&gt;
 x.sort(reverse=True)&lt;br&gt;
 print(x)&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Sum of given numbers&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;bucket=[]&lt;br&gt;
 x=[1,2,3,4,5,6,7,8,9,10]&lt;br&gt;
 for i in x:&lt;br&gt;
     bucket=bucket+[i+1]&lt;br&gt;
 print(bucket)&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Find even, odd&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;bucket=[]&lt;br&gt;
 x=[1,2,3,4,5,6,7,8,9]&lt;br&gt;
 for i in x:&lt;br&gt;
     if i %2==0:&lt;br&gt;
         bucket.append((i,"even"))&lt;br&gt;
     else:&lt;br&gt;
         bucket.append((i,"odd"))&lt;br&gt;
 print(bucket)&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Multiply by 2&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;bucket=[]&lt;br&gt;
 x=[1,2,3,4,5,6,7,8]&lt;br&gt;
 for i in x:&lt;br&gt;
     bucket.append(i*2)&lt;br&gt;
 print(bucket) &lt;/p&gt;

&lt;p&gt;Hi HE/Her/SIR/she/TO all you wacth my program and Ima had dougth IAM TOMMROOM ask my valarasu sir and iam  now  going to home village because my mama will be pray to murugan there grand function first iam not willing to go then my two mama will comple me  we will dafuntley come  to village now current iam in anthoya train going near melamaruvathur the iam raech 1:30 am my mama will pickup me and iam tommrow nigth again come to chennai bye chennai bye to all good nigth to all..   &lt;/p&gt;

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