While Loop in Python - What are While Loops Statements in Python Programming

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 23

  • @yatharthpawar6460
    @yatharthpawar6460 ปีที่แล้ว +2

    Deep sir ab WS cube tech me nhi hai otherwise maine yahi par class join kiye hote

  • @analystakash
    @analystakash 2 ปีที่แล้ว +5

    nice i got lot of doubts got cleared

  • @sisyahonjourney
    @sisyahonjourney ปีที่แล้ว +1

    At 1:00:53 when i value becomes 6 after i=i+1from previous value when i was 5
    Then else part run skipping if part when i==3 and continue also
    Thanks sir i was struggling with looping ➿ statement concept from last 3 days now I finally understand I just want to do more practice so that I got grasp on this.
    Dhanywaad ❤ 🙏

  • @thetrueindian983
    @thetrueindian983 ปีที่แล้ว +1

    this s the best tutorial for while loop my all dubts cleared hanks sir

  • @sonalikushwah234
    @sonalikushwah234 2 ปีที่แล้ว +5

    Tq So Much Sirjii🙌💫

  • @kamalsharma2839
    @kamalsharma2839 ปีที่แล้ว +6

    Sir, at 46:23, to check prime numbers you have written i=i+2, which must actually be i=i+1.

  • @mansoorckl
    @mansoorckl 8 หลายเดือนก่อน

    INDEFINITE LOOP:
    An indefinite loop is a loop where the number of iterations is not predetermined or known before the loop starts executing. Instead, the loop continues to execute until a certain condition is met or until it is explicitly exited using a control statement like break. Indefinite loops are commonly implemented using while loops.

  • @bhagyashreesethia
    @bhagyashreesethia 11 หลายเดือนก่อน

    Amazing lecture

  • @chandankumarsharma991
    @chandankumarsharma991 2 ปีที่แล้ว +2

    I am very happy Sir

  • @salmanfirdosi2240
    @salmanfirdosi2240 2 ปีที่แล้ว +1

    Thanks

  • @AbhishekRaj-qp9qx
    @AbhishekRaj-qp9qx ปีที่แล้ว +1

    Nice tutorial

  • @sangeetapahuja3637
    @sangeetapahuja3637 ปีที่แล้ว

    Sir I want to learn advanced python please share videos

  • @ankxsn
    @ankxsn 10 หลายเดือนก่อน

    26:36

  • @Shabeerhussain-l4o
    @Shabeerhussain-l4o 8 หลายเดือนก่อน

    Sir ya course complete kar daan please 🥺

  • @chandankumarsharma991
    @chandankumarsharma991 2 ปีที่แล้ว +2

    Sir , types of statement Abhi Baki Hai

  • @rockyharrison8881
    @rockyharrison8881 ปีที่แล้ว

    Sir....aap ne ASCII value pr bi video banaya hai to .............. please share me

  • @me4336
    @me4336 ปีที่แล้ว +1

    need to change i value, i = i +1 otherwise 27 shows prime number which is wrong

  • @user-bv6il2nk4t
    @user-bv6il2nk4t 2 ปีที่แล้ว

    DEEP SIR DATASET SCALAR ACADEMY UTHA LO DEP LEARN KA BCZUSE KAGGLE NORMAL PROJECTS CHALTE NAHI INTERBIEW M

  • @user-bv6il2nk4t
    @user-bv6il2nk4t 2 ปีที่แล้ว

    DEEP SIR DSLGO PYTHON +ml +dl +mlops BANA DO FULLSTACK AND LMS ME LAGA DO ALMABETTER KI TRAH

  • @yudhveersingh8177
    @yudhveersingh8177 10 หลายเดือนก่อน

    Dec 9, 2023

  • @thetrueindian983
    @thetrueindian983 ปีที่แล้ว

    sir 15 to prime nai hai phr bhi prime aaraha to logic to galat hai

    • @mansoorckl
      @mansoorckl 8 หลายเดือนก่อน

      at 46:23, to check prime numbers sir have written i=i+2, which must actually be i=i+1. that's why logic galat hai