Looping Statements in Python | Iterative Statements in Python | For and While in Python

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • Click Here for Python Course in Telugu 👇
    pythonlife.in/...
    Telegram:
    t.me/python_li...
    GitHub link:
    github.com/kir...
    Instagram-link:
    www.instagram....
    Facebook link:
    / python-life-telugu-107...
    Linkedin:
    / kiran-sagar-a00a761b2

КОМЕНТАРІ • 28

  • @PythonLifetelugu
    @PythonLifetelugu  Рік тому +6

    Basic to Advance Python Programming in Telugu
    Free Demo Visit: pythonlife.in/python-course-in-telugu.html
    We Provide
    1.Daily Live Classes
    2.Recording Clasess
    3.Study Material
    4.Real Time Projects
    5.Certification
    6.Placement Assistance
    Mock Interviews.
    Resume Building.
    Daily Job Updates
    Interview Questions
    Timings:7pm to 9pm
    Duration: 45Days
    Contact Numbers:
    9154083255

  • @rajubokki2637
    @rajubokki2637 Рік тому +3

    Thank you sir 🙏🙏🙏🙏👍

  • @picture4432
    @picture4432 4 дні тому

    thank you bro

  • @sirivellasuresh3945
    @sirivellasuresh3945 2 місяці тому +3

    Bro you tell theory to for loop print even numbers as
    For I in range(0,10,2)
    Print(i)
    and the out put 0,2,4,6,8 .
    but in practical we see the output of that code is,
    1,3,5,7,9
    Please check

    • @modepalliganesh7141
      @modepalliganesh7141 Місяць тому

      Range starts from (1,10,2)
      Output:-1,3,5,7,9
      Range starts from(0,10,2)
      Output:-0,2,4,6,8

  • @Csp-sw4fw
    @Csp-sw4fw 8 місяців тому

    Excellent teaching sir

  • @ManojGandham-dw2xy
    @ManojGandham-dw2xy 4 місяці тому +1

    Hi bro can you please explain the below code
    for i in range(4,8):
    pass
    print(i)

  • @chandanadinesh8664
    @chandanadinesh8664 5 місяців тому

    Hi brother..nenu guvi zen classes attend avthunna..not familiar with the coding background...elanti practice unte nenu success avvagalanu...but I have interested to get good data science career...

  • @PremKumar-t1q
    @PremKumar-t1q Місяць тому

    Good lntersting anna

  • @keerthanagalive2725
    @keerthanagalive2725 10 місяців тому +4

    annaya even numbers ela print cheyalo using while loop okasari chpthara

    • @Surendra87121
      @Surendra87121 2 місяці тому

      i=1
      while i>0:
      n=int(input("Enter a number"))
      if (n%2==0):
      print("Even")
      else:
      print("Odd")
      i+=1

  • @SunnilSunnil-li6rs
    @SunnilSunnil-li6rs 2 місяці тому

    Super Anna

  • @shaikmahammed3034
    @shaikmahammed3034 5 місяців тому

    super class

  • @girivootla
    @girivootla 5 місяців тому

    Hi sir meru practical ga chepthe nka betterga ardham avthadi I mean projector lo

  • @Manasachirra
    @Manasachirra 9 місяців тому +2

    17 .00 akkada
    kiran =9
    While kiran

    • @Thumper_boiii_baby
      @Thumper_boiii_baby 8 місяців тому +2

      you need to keep colon after while :
      And also i got it

  • @user-ss7xd7ym9m
    @user-ss7xd7ym9m 6 місяців тому

    Brother i want your continuous class

  • @pawanidev5970
    @pawanidev5970 9 місяців тому

    Bro could you please explain product of digits program

  • @Pranaykumar137
    @Pranaykumar137 7 місяців тому

    Anna data structures mida videos chey anna

  • @user-ss7xd7ym9m
    @user-ss7xd7ym9m 6 місяців тому +1

    Brother meru chepina examples ki meru chepina output Asallu ravatam ledhu

  • @BhanuNatva
    @BhanuNatva 7 місяців тому

    seems problem with mic while you are trying to demo the program on system. Please check and correct it

  • @ManojGandham-dw2xy
    @ManojGandham-dw2xy 4 місяці тому +1

    Bro can you explain the difference between below two loops
    for i in range(4,8):
    pass
    print(i) -------- o/p=4,5,6,7
    -----------------
    for i in range(4, 8):
    pass
    print(i) -----------o/p = only 7
    What is difference b/w these two loops

    • @Thedec12
      @Thedec12 Місяць тому

      First dantlo Aa print statement anedhi for lopala undhi bro kani second dhi ledhu

    • @Thedec12
      @Thedec12 Місяць тому

      For loop kinda line lo 4 spaces tiskoni print rastey aa I values Anni kooda repeat ayyi print avtayi. Adey bayta rastey last final I value okatey print avvudi

  • @ranatejs.r7896
    @ranatejs.r7896 Рік тому +1

    Fact = 5
    for I in range (4) :
    fact = (fact * i)
    Print(fact)
    Answer cheppu anayya yelano naaku ardham kaavadam ledu

    • @nukathotichandu9722
      @nukathotichandu9722 7 місяців тому

      Input:
      Fact = 5
      for i in range (4):
      fact = (fact *I)
      print (fact)
      Output
      0
      0
      0
      0
      >

  • @sumagiddaluri2292
    @sumagiddaluri2292 3 місяці тому

    Output radam ledu bro

  • @maturisravani8521
    @maturisravani8521 Рік тому

    Maku Kiran is not defined Ani error vastundi