While Loops in Python | Python Tutorial - Day #18

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 795

  • @ch4r4cter
    @ch4r4cter Год назад +272

    I've 2 years of experience in python development. Even though I know a lot. I watch all of Harry bhai's videos and love the way he explains. Good job Harry Bhai 👍

    • @rajibsant9741
      @rajibsant9741 Год назад +2

      Love bhaai

    • @rajibsant9741
      @rajibsant9741 Год назад +12

      Help me sir how I start my journey
      I am 1st year it student
      After read any programing language I forget it
      🙏✊

    • @MystikPrae
      @MystikPrae Год назад +1

      @@rajibsant9741 same here

    • @umerkhan-kv9gd
      @umerkhan-kv9gd Год назад +5

      @@rajibsant9741 Mery bhai mene MBA kia hai or mein programing seekh raha hn jb mein seekh skta hn to ap mujh sy kafi choty ho apki picking power mery sy zyada hai practice zyada sy zyada karo or jxt ek programing language par focus karo

    • @rajibsant9741
      @rajibsant9741 Год назад +5

      @@umerkhan-kv9gd ok

  • @mariamhasan3733
    @mariamhasan3733 Год назад +105

    Day #18 done! The story of the ants was pretty interesting 😆

    • @DeepakKumar-mb2lw
      @DeepakKumar-mb2lw 6 месяцев назад +1

      It has happened to my laptop a few times in June-July. 🤣🤣

    • @Sioslayer
      @Sioslayer 17 дней назад

      @@DeepakKumar-mb2lw what was on the laptop that made ants to come? 🤔

    • @DeepakKumar-mb2lw
      @DeepakKumar-mb2lw 17 дней назад

      @@Sioslayer there was nothing but the my room was on top floor and because of summer 🌞 due to high temperature, room temperature was too hot 🥵 so ants usually get inside laptop 😔💻 and does even come out later 😭

  • @CodeWithHarry
    @CodeWithHarry  Год назад +57

    Code Backup Repository: github.com/CodeWithHarry/100-days-of-code-youtube

  • @yagneshsuthar1820
    @yagneshsuthar1820 Год назад +24

    🤣🤣 Bhai, honestly, chitiya (ants) ka example bahot hi achcha that.. learning with fun.
    Hats off to you sir ji 🤠

    • @biswajitdhali1861
      @biswajitdhali1861 3 месяца назад

      Is line ko comments per dhundne aya tha,,,Apka comment sa dil khush ho gaya,,,,

    • @Sage_Gamer112
      @Sage_Gamer112 3 месяца назад +1

      9:27 😂

  • @mihirtechneer4377
    @mihirtechneer4377 Год назад +34

    I am not from IT, 30 years exp in Maintenance department (Mechanical Engineering) I have learned coding Python from Harry ( as well others ! )... thanks Harry!

    • @rubabkhan7693
      @rubabkhan7693 Год назад

      so still what you do ?

    • @mechanosys
      @mechanosys Год назад

      @RUBAB KHAN Working with manufacturing company.

    • @srinumeda6579
      @srinumeda6579 Год назад

      I am From mechanical engineering sir

    • @Amar-yaduvanshi23
      @Amar-yaduvanshi23 8 месяцев назад

      Bro kya karna padega mechanical engineer ban ne ke liye

    • @harshsawant1106
      @harshsawant1106 7 дней назад

      @@Amar-yaduvanshi23 mechanical engineering ki exam pass karni padegi bhai🤣🤣🤣

  • @kidKrishkode
    @kidKrishkode 6 месяцев назад +8

    9:13s, I heard this story for the second time, in the last video of Python. And yes I have also used this many times but in winters when I go to the mountains.Then I did it to warm up the computer. It helps to heat up many computers.👍🏻👍🏻👍🏻

  • @_tryn_
    @_tryn_ Год назад +8

    Harry Sir, I'm right now in class 9th and i have extreme intrest in computers and i want to work for Google or Microsoft in the future, so i am learning web dev and python since class 8. I've made a fully functional chess ai in python on my own and a portfolio website. My question is, Is this the right time to do all this?

    • @Greninja_7X
      @Greninja_7X Год назад +2

      yep bro me too starting at your age

    • @Ayush-mg6xw
      @Ayush-mg6xw Год назад +1

      Keep your mathematics really strong it will help you a lot

  • @debasishbesra2901
    @debasishbesra2901 Год назад +20

    Day 4 of #100DaysOfCode. Today in this video 18, I learned about Python's while loops, which execute statements as long as a condition is true, and how to use else statements with them. I also explored emulating do-while loops using an infinite while loop and a break statement with an if condition, ensuring the loop body executes at least once.
    Thank You Harry Bhaiya.

  • @tripleseven7771
    @tripleseven7771 Год назад +20

    Truly commendable playlist, completely understood python.

  • @Jaijairam214
    @Jaijairam214 Год назад +4

    sir aapki old videos bahot help karti hai mai full stack web devoloper hu

  • @Unscripted_himanshu
    @Unscripted_himanshu Год назад +1

    i'm new at coding or aapne kaha the koi bhi biginner seekh sakta h lekin for loop wale me mujhe last wala nhi samajh aaya ager mujhe uska solution dekhne ke liye kissi or ke videos dekhne hote to mai aapke videos kyu follow kerta ..plzz bhaiya videos ko ye dhyan me rakhker banaiye ki ekdum biginner sab kuchh samjh jaye ....mujhe aapka teaching style bahut pasand aaya h i hope ki aap iss per kaam krnge ...thank uhh bhaiya for doing this free for us ....love from lucknow

  • @saugatnepal5956
    @saugatnepal5956 Год назад +11

    I was inconsistent for a few days but yesterday I covered all that up. And now i am all caught up. :)

  • @Vlogs_with_lifelesson
    @Vlogs_with_lifelesson Год назад +5

    I have learned many things from and still I just want to learn more things from you whatever you teach us is the easiest way to make us understand that's why I love to watch your videos.

  • @palak004
    @palak004 Год назад +1

    do..while is a loop in which a set of instructions will execute at least once (irrespective of the condition) and then the repetition of loop's body will depend on the condition passed at the end of the while loop. It is also known as an exit-controlled loop.

  • @muhammadyaqoob9129
    @muhammadyaqoob9129 Год назад +7

    With the break statement we can stop the loop even if the while condition is true
    With the continue statement we can stop the current iteration, and continue with the next
    With the else statement we can run a block of code once when the while condition no longer is true

  • @Nasibullah12
    @Nasibullah12 9 месяцев назад +1

    Following is an example of using combination of while loop and break statement as do while loop in python.
    i = 10
    while (True):
    print(i)
    i = i+1
    if i>10:
    break

  • @YessajiRao
    @YessajiRao Год назад +2

    In case of decrementing while loop where we don't need to print 0 we can simply write ---
    while i :
    print(i)
    i = i-1
    in case of C,we could write
    while(i--){
    printf("%d",i);
    }
    Given we need to initialize i as 6 instead of 5

  • @sohailnawaz186
    @sohailnawaz186 Год назад +2

    in while loop, always give a variable first,
    second give a condition which is true at the start of the loop,
    third put the command in the loop,
    fourth within the loop convert the condition into false.

  • @Kuch_Bhi-lets_explore_it
    @Kuch_Bhi-lets_explore_it Год назад +8

    Day 18 Done 🔥🔥, Amazing video harry bhai the way you teach us we loved that Thank you so much for being our Harry Bhai & Teacher ❤❤🙌🙌

  • @Om-pant02
    @Om-pant02 Год назад +7

    Harry bhai please make a detailed Android course series like this. btw gr8 content & love you 💖❤️

  • @DrRitul
    @DrRitul Год назад

    i wrote this program with for loop it can print any table of number input by user
    intro = " Table Writer Program "
    print(intro.center(50, "*"))
    n = int(input("Enter NUmber: "))
    for i in range(n, 11*n, n):
    print(i)

    • @VnM-vm3wm
      @VnM-vm3wm Год назад

      print ("Table Writer Program".center(50, "*"))
      n = int(input("enter bich: "))
      for i in range(11):
      print ( n , "x" , i, "=", n * i )

  • @infodiff
    @infodiff 4 месяца назад

    I am doing 8=10 lectures easily daily. hope to finish in 10 days all 100 lectures. So interesting. Thak you Harry. I am a Professor Of Medicine. MD Medicine but i will make good use of this programming knowledge and have already made scripts to manage pt data, medical records, pharmacy etc using php n mysql. Now will try to do the same using python. jango and flask look daunting to me right now, but i am ready to work hard and dont get tired sitting n codign for 12-14 hrs daily. Just love it. Thanks for being such a good tacher n giving all this away for free. We r giving u a lot of yt watch hrs :D

  • @sohailnawaz1811
    @sohailnawaz1811 Год назад

    While loop requires initiating a variable. then while statement. a condition inside the while loop which makes while loop stop. Else can also be added at the ended. Do while loop is not available in python.
    Syntax
    variable=0
    while(variable condition):
    statement to make condition false.
    else
    we can make a do while loop in python as well.

  • @ummi7292
    @ummi7292 Год назад +2

    hey ...that hack about getting rid of ants using a while loop ... ! truly genius bro !

  • @prathamveerrajput7250
    @prathamveerrajput7250 Год назад +5

    Thank you Harry Bhai for these videos. It really help me alot

  • @heetshah9046
    @heetshah9046 2 месяца назад

    i=0
    while(i

  • @riteshsrivastava2030
    @riteshsrivastava2030 Год назад +4

    I hav a doubt plz solve
    Ques.- Write a program to display all the integers from 1 up to and including some integer entered by the user followed by a list of each number's prime factors. Number greater than 1 that only have a single factor will be marked as prime.
    For example, if the user enter 10 then the output of the program should be :
    Enter the maximum value to display : 10
    1=1
    2=2 (prime)
    3=3(prime)
    4=2*2
    5=5(prime)
    6=2*3
    7=7(prime)
    8=2*2*2
    9=3*3
    10=2*5

    • @nanhakachua863
      @nanhakachua863 Год назад +1

      Interesting question
      Wait I'll try this after I'm done with watching the video

    • @nanhakachua863
      @nanhakachua863 Год назад +1

      Well it's easy
      You can 1st take the user input and store it in a variable , say n
      Then use the for loop with 1 as the start value and n as your step value
      Further , inside the for loop , you can use the if-else statement
      In the if part , you can check if it's prime or not & then write a print statement according to what you want as the output

    • @nanhakachua863
      @nanhakachua863 Год назад +1

      But it will be better if you define a function already for the prime number and then check it , it will save your time also & will help you while writing down the factors :)

    • @riteshsrivastava2030
      @riteshsrivastava2030 Год назад +1

      @@nanhakachua863 problem in checking prime no.?😔🤔

    • @riteshsrivastava2030
      @riteshsrivastava2030 Год назад +1

      And also how i will factor them

  • @yashchari8497
    @yashchari8497 11 месяцев назад

    The loop starst from 1 then it prints the 3 number and it leaves the third number and prints 4 ,likewise it iterates every third number between 1 to 12

  • @FunnyVideosZ5
    @FunnyVideosZ5 2 месяца назад

    One could be an excellent programmer but that doesnt mean he will be a good teacher as well.
    Harry bhai has both the skills which makes him an extra ordinary teacher, keep up the good work!!!.

  • @chaitanya-n2y
    @chaitanya-n2y 5 месяцев назад +1

    My practice solution
    #Decrementing while loop
    i = 5
    while (i > 0):
    print(i)
    i = i -1
    else:
    print("Happy New Year")
    #Increment while loop
    y = 1
    while (y 0:
    break

  • @thechillstation4492
    @thechillstation4492 Год назад +2

    day 18, things are getting difficult, slowly but definitely, hope i get through these 100 days

  • @CodeWithVasu
    @CodeWithVasu Год назад +1

    while True:
    number = int(input("enter the value of number:= "))
    print(number)
    if not number > 10:
    break;

  • @allrounderjs201
    @allrounderjs201 5 месяцев назад

    for loop in range(4):
    print(2)
    a=int(input("ENTER YOUR NUMBER HERE: "))
    while (a

  • @MyID.N
    @MyID.N 7 месяцев назад +2

    @CodeWithHarry bro, I am new to programming and here is what I did to print the table of 3
    i = 0
    k = 0
    while i < 32:
    while k < 11:
    print("3 * ", k ,"=" ,i)
    i= i+3
    k= k+1

    • @APOBANGO
      @APOBANGO 6 месяцев назад +1

      yeah that is right but you can do it in easier by by using for loop like this
      print("The table of 3 is:-
      ")
      k=1
      for i in range(3,30+1,3):
      print("3 *",k,"= ",i)
      k=k+1

    • @Mr.Phantom001
      @Mr.Phantom001 6 месяцев назад +1

      # number multiplication order program till 10:
      a = 1
      b = int(input("enter number :"))
      while (a < 11):
      print(a,"*",b,"=",a*b)
      a = a + 1

  • @bangtangirl8784
    @bangtangirl8784 Год назад +1

    Harry Bhai Core Java k course le ke aao ek vedio banado... Wipro training period m sikhne ko bola h project m lgenge Java.. but study source nhi mil rha koi acha... Tum banado plz bhaiya next week m 😊❤️

  • @Mr.Nobody.r2
    @Mr.Nobody.r2 11 месяцев назад

    # table
    Number = int(input("Enter number"))
    i=1
    while i

  • @krishivgoel2122
    @krishivgoel2122 10 месяцев назад

    a = int(input("Enter Number: "))
    b = int(input("Till?: "))
    b = b - 1
    print(a)
    c = a
    while(b>0):
    c = c + a
    b = b - 1
    print(c)
    this is a code which gives the table of a number
    for example, I want the table of 2 till 2x10
    I will put 2 in a, and 10 in b and, it will give me the table of 2 till 2x10 i.e. 20

  • @thatcoolkid370
    @thatcoolkid370 Год назад +40

    #Day 18 in 100DaysOfCode. Maintaining consistency is a difficult thing.

  • @shubhamsharma4336
    @shubhamsharma4336 Год назад +2

    question - how to emulate a do-while loop in python
    ans -
    while True:
    number = int(input("Enter a positive number :
    "))
    print(number)
    if not number > 0:
    break
    print("done with emulation")

    • @coder-vq7it
      @coder-vq7it Год назад

      Bhai tera code tab tak chalta rahega jab tak negetive value nahi dalega tho kya fayda?

    • @coder-vq7it
      @coder-vq7it Год назад

      But well try though👍

  • @NeetuRuhela-e1k
    @NeetuRuhela-e1k 2 месяца назад

    Thanks for this ultimate course ❤❤

  • @Chootajin
    @Chootajin 3 месяца назад

    Using while loops, I was able to create a calculator that could not broken no matter what input the user enters into the program.
    I commented out the case _ as it was no longer required in the program. The calculator also run infinitely until exited out by the user.
    condition = "l"
    while condition != "exit":
    x = (input("
    Enter a number: "))
    while not x.isnumeric():
    print(
    "
    This is a calculator, please enter the number you want to calculate with."
    )
    x = (input("
    Enter a number: "))
    x = float(x)
    y = input("""
    Enter your function
    1 for addition,
    2 for subtraction,
    3 for multiplication,
    4 for division: """)
    while not y.isnumeric() or int(y) > 4 or int(y) < 1:
    print("
    Please only enter the numbers 1, 2, 3, or 4")
    y = input("""
    Enter your function
    1 for addition,
    2 for subtraction,
    3 for multiplication,
    4 for division: """)
    y = int(y)
    z = (input("
    Enter your second number: "))
    while not z.isnumeric():
    print("""
    This is a calculator.
    please enter the second number you want to calculate with.""")
    z = (input("
    Enter your second number: "))
    z = float(z)
    match y:
    case 1:
    print("
    The sum of", x, "+", z, "is", x + z)
    case 2:
    print("
    The difference of", x, "-", z, "is", x - z)
    case 3:
    print("
    The product of", x, "x", z, "is", x * z)
    case 4:
    if z == 0:
    print("
    Can not divide by zero")
    else:
    print("
    The quotient of", x, "/", z, "is", x / z)
    # case _:
    # print("
    Invalid function.
    Please run the code again and enter a valid function")
    condition = input(
    "
    Enter exit to stop the program or press enter to continue: ")
    condition = condition.lower()

  • @niralikevlani4793
    @niralikevlani4793 Год назад

    bhot easy kr diya h apne learning hamare liye thank you so much for helping us......😇

  • @RajAryan
    @RajAryan 6 месяцев назад

    Dude, your teaching is brilliant. Talking about something else I really enjoy the way you say "bahut" 😂. It has stuck in my mind and now I also say it the same way 😄

  • @MatheoRiddlesGirl_
    @MatheoRiddlesGirl_ 3 месяца назад

    Instead of writing, count = count + 1/ count = count - 1
    we could also write count +=1/ count -=1
    #it basically means the same thing, its just an easier way of writing it.🤗

  • @naveent2799
    @naveent2799 Год назад

    Count waale me straight away else execute hoga, kyunki - value badti rahegi aur aise loop condition meet nahi hogi to sidha else execute hoga.

  • @aparajita30
    @aparajita30 Год назад +1

    10:33
    Else statement will execute because -5 is less than 0

  • @sumitsaini4449
    @sumitsaini4449 Год назад +5

    this is my implication of do while, what do u guys think?
    i = int(input())
    count = 0
    while i < 7 or count == 0:
    print(i)
    count += 1
    i += 1

  • @nirajkalamkar5567
    @nirajkalamkar5567 Год назад

    @CodeWithHarry agar aapne value count= count-1 agar 5 dali to else execute hoga bro

  • @yogiparmar6789
    @yogiparmar6789 10 месяцев назад

    i = 0
    while(i == 0):
    print(i)
    while(i>0):
    print("this number is more than i")
    i = i+1
    Is this right way to emulate do while in Python??

  • @parasdhaundiyal7706
    @parasdhaundiyal7706 Год назад +3

    Harry bhai you are great man❤️

  • @SarcasmWEB
    @SarcasmWEB 4 месяца назад

    Boss I came back to this video for revision. One thing I really want to know is what is the shortcut Key u r using after selecting a chuck of code and commenting it out with a single button? Thank you

  • @mhm2936
    @mhm2936 Месяц назад +1

    Harry sir! Great love from Pakistan ❤

  • @happyrawat-x8s
    @happyrawat-x8s 8 месяцев назад +1

    amazing harry bhai

  • @asadurrehman3591
    @asadurrehman3591 Год назад +7

    answers=['east','islamabad']
    q1=input('where does the sun rises= ')
    q2 = input('what is the capital of pakistan= ')
    prize=100
    while q1 in answers and q2 in answers:
    print('Both answers are right and you wont',prize*2)
    break
    while q1 in answers and q2 not in answers:
    print('one is right and one wrong so you won ',prize)
    break
    while q1 not in answers and q2 in answers:
    print('one is right and one wrong so you won ',prize)
    break
    while q1 not in answers and q2 not in answers:
    print('Both the answers are wrong so you won ',prize*0)
    break

  • @Dak066
    @Dak066 Месяц назад

    number = int(input("Enter a positive number: "))
    while True:
    print(number)
    if not number > 0:
    break
    is this correct?

  • @viralhorizon8044
    @viralhorizon8044 Год назад

    Kindly make a video of Roadmap of Data Analyst

  • @AmanKumar-vm4ez
    @AmanKumar-vm4ez Год назад +1

    Good evening sir thank you for this video

  • @tanmayirakshetti8466
    @tanmayirakshetti8466 4 месяца назад

    value=int(input("enter two digit value:"))
    print("value is not in two digit",value)
    while(value

  • @atharvsapale1734
    @atharvsapale1734 Год назад

    For step if we input (1,12,2)then out will 1+2=4
    Then 4+2=6
    That the use

  • @ujjwalkumaragrahari4285
    @ujjwalkumaragrahari4285 Год назад +1

    Break is a termination of loop
    Continue is a skip current execution

  • @loveyougaming6357
    @loveyougaming6357 6 месяцев назад

    I tried this as a password project character have to be more than 8 and it work if password is less than it shows weak password again enter it
    Itss great

  • @luckysingh5271
    @luckysingh5271 Год назад

    while loop
    done with day 18, understood the function of while loop

  • @ENDERMAN_2025
    @ENDERMAN_2025 Год назад

    Harry bhai , 2 years ago I discovered your another channel where your were teaching physics ...but I Forget about that now ....
    Pls give the link for that channel pls
    I need it ......

  • @NotKinetic
    @NotKinetic Год назад +1

    Harry bhai, could you make a fresh new course of java ??

  • @rubabkhan7693
    @rubabkhan7693 Год назад

    aapky is new course se mujhy loops samah ay hen purane se nhi arahe the 😂shukar hai mai bhi loop kr k aapki video p hi aaya

  • @ajgamingforyou
    @ajgamingforyou Год назад +1

    Thank you for free python course

  • @MH-ks1fp
    @MH-ks1fp Год назад +2

    Hii harry bhai please provide notes as well in pdf formate which is very helpfull for us & you are doing a great Sirji @CodeWithHarry

    • @animatorved4243
      @animatorved4243 10 месяцев назад

      bhai sab paka pakaya khaega kya, videos me notes bi toh diya hu h, pause kar ke khud bi bana sakta h

  • @codinghub_IITG
    @codinghub_IITG 5 месяцев назад +1

    Day 18 done ✅

  • @ajaynegi1753
    @ajaynegi1753 Год назад

    Hi, finally i have covered all past videos.

  • @salmanhaider8182
    @salmanhaider8182 Год назад

    a=int(input("enter any no yoy want to make table="))
    b=1
    print("this is your table")
    while(b

  • @amitkhare610
    @amitkhare610 10 месяцев назад +4

    print("""Do you want to use calculator?
    Press 1 to 9 for YES
    Press 0 for NO""")
    a = int(input())
    while a:
    welcome = "welcome to calculator world"
    print(welcome.title())
    a = int(input("Enter the first number: "))
    b = int(input("Enter the Second number: "))
    x = int(input("""1. Enter 1 for add
    2. Enter 2 for Sub
    3. Enter 3 for Div
    4. Enter 4 for Mul
    """))
    match x:
    case 1:
    c = a + b
    print ("Add is: ", c)
    case 2:
    c = a - b
    print ("Sub is: ", c)
    case 3:
    c = a / b
    print ("Div is: ", c)
    case 4:
    c = a * b
    print ("Mul is: ", c)
    case _:
    print("Enter the correct option")
    print("""Still do you want to use calculator?
    Press 1 to 9 for YES
    Press 0 for NO""")
    a = int(input())
    else:
    print("I respect your decision")

  • @takshgarg9811
    @takshgarg9811 Год назад

    Bhaiya Namaste
    Ap pls Tensor flow module par ek playlist banao RUclips par aag laga jaegi

  • @DasviWallah
    @DasviWallah Год назад +1

    10:35 Else execute hoga kyuki wo loop sae bahar ayega

  • @Coding-gn2rl
    @Coding-gn2rl 4 месяца назад

    Sir i have a doubt...
    If the condition in while loop is wrong, it is executed once and then end the loop. Why it executes once??
    Why don't it just exit from the loop??

  • @amitranjeetjha1240
    @amitranjeetjha1240 Год назад +2

    This course is awesome 🔥🔥

  • @sufiyanmogal1527
    @sufiyanmogal1527 11 месяцев назад

    10:30 else execute hoga -5 is not greater than 0 so the interpreter will run the else condition

  • @dilipgurjar5181
    @dilipgurjar5181 Год назад +1

    Thank you for this course

  • @prakashmishra8849
    @prakashmishra8849 Год назад

    Your video is very helpfull for me

  • @RajNamdev_19
    @RajNamdev_19 Год назад +1

    LOVE YOU HARRY BHAI❤

  • @mdsohanurrahmanhridoy1343
    @mdsohanurrahmanhridoy1343 Год назад +1

    Day - 18 Completed😍

  • @Vlogs_with_lifelesson
    @Vlogs_with_lifelesson Год назад

    The else condition will also print along with while loop

  • @NishantKumar_N
    @NishantKumar_N 4 месяца назад

    num = int(input("Enter a number (greater than 0) : "))
    getName = input("Enter your name : ")
    for num in range(num):
    if(num%2==0):
    print("Hi", getName)
    else:
    print("I Love You💝!")

  • @pranavaloney918
    @pranavaloney918 Год назад +1

    DOUBT🚨🚨🚨 5:35 why did the 'i' get printed? it was inside the 'while' function so it shouldn't have been printed right?

  • @victorb22622
    @victorb22622 6 месяцев назад +1

    12:47 do while loop मतलब पहले इस्तेमाल करो फिर,,,,, ।first you do ,then the confition ,if condition not match then dont do

  • @SameerKumarMahapatra
    @SameerKumarMahapatra 2 месяца назад +1

    n = int(input("Enter a number: "))
    i = 1
    while i

  • @sdshayandas
    @sdshayandas Год назад

    completed day 18..ordered a same python hoodie what u wear..

  • @aneekyadav4053
    @aneekyadav4053 Год назад

    You can use thonny for debugging

  • @arohi_303
    @arohi_303 Месяц назад +2

    Day 18✨

    • @nirrawal5265
      @nirrawal5265 Месяц назад

      hi what's your class level?

    • @arohi_303
      @arohi_303 Месяц назад

      @@nirrawal5265 11th

    • @arohi_303
      @arohi_303 27 дней назад

      ​@@nirrawal5265 11th

  • @krishna290gamer2
    @krishna290gamer2 Год назад +4

    Can you please start a tutorial series for Arduino?

  • @khushiMotivationWorld
    @khushiMotivationWorld Год назад +1

    Thank you sir ❤️❤️

  • @ShraddhaKushwaha-ms5wo
    @ShraddhaKushwaha-ms5wo 5 месяцев назад

    harry yrr You are teaching very well.

  • @ManishKumar-ol8tu
    @ManishKumar-ol8tu Год назад

    if we will use else in while loop else will be executed whether it enters while loop or not.

  • @rufussunu9044
    @rufussunu9044 Год назад

    Your videos are awesome 😎

  • @sarvjeetsuryaa5290
    @sarvjeetsuryaa5290 Год назад

    yes sir else is executed because the loop is out or its output is false

  • @melophilexmusic9010
    @melophilexmusic9010 8 месяцев назад +3

    Par harry bhai 98 to 38 se greater tha to condition false hui to direct done with the loop print hona chahiye tha na instead of printing i also???

    • @ssharma_2008
      @ssharma_2008 7 месяцев назад +2

      Same question

    • @SaiGamer24
      @SaiGamer24 6 месяцев назад +1

      Bro itna observation skill hai toh aap ye computer programing kyu kar rahe ho detective ban jao

    • @SaiGamer24
      @SaiGamer24 6 месяцев назад

      bro program dekho user input lene ke directly baad print(i) hai fhir loop ke bahar aata hai toh pehle print hoga fir condition check karega ki condition true hai ya nahi

  • @DeepakKumar-sq8ei
    @DeepakKumar-sq8ei 8 месяцев назад

    very useful for my school parctile

  • @sardarestatemarketing
    @sardarestatemarketing Год назад

    Num = 0
    num2 =10
    while (Num

  • @niteshpariharr
    @niteshpariharr Год назад +1

    Didn't try in code but..Do While loop in python:-
    i = True
    a = 1
    while i :
    print(a)
    a = a+1
    if a>5:
    i = False
    Current me if I'm wrong

  • @MONSTERGaming-un4zd
    @MONSTERGaming-un4zd Год назад +1

    thanks
    hello

  • @pulkitpareek
    @pulkitpareek Год назад +1

    You also told that college story in Java Course.