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

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

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

  • @PythonLifetelugu
    @PythonLifetelugu  ปีที่แล้ว +7

    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

  • @Csp-sw4fw
    @Csp-sw4fw 10 หลายเดือนก่อน

    Excellent teaching sir

  • @rajubokki2637
    @rajubokki2637 ปีที่แล้ว +3

    Thank you sir 🙏🙏🙏🙏👍

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

    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...

  • @ChintakuntaRenuka
    @ChintakuntaRenuka 9 หลายเดือนก่อน

    Brother i want your continuous class

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

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

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

    super class

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

    #Find the substring of a given string, and find the number of substring in a given input
    s = 'python'
    p , py,pyt, pyth, ytho, thon....
    y , yt ,yth,tho, hon....
    t , th
    h , ho,
    o, on
    n,'',python

  • @keerthanagalive2725
    @keerthanagalive2725 ปีที่แล้ว +4

    annaya even numbers ela print cheyalo using while loop okasari chpthara

    • @Surendra87121
      @Surendra87121 4 หลายเดือนก่อน +1

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

  • @picture4432
    @picture4432 2 หลายเดือนก่อน

    thank you bro

  • @PremKumar-t1q
    @PremKumar-t1q 3 หลายเดือนก่อน

    Good lntersting anna

  • @ManojGandham-dw2xy
    @ManojGandham-dw2xy 6 หลายเดือนก่อน +1

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

  • @SunnilSunnil-li6rs
    @SunnilSunnil-li6rs 4 หลายเดือนก่อน

    Super Anna

  • @sirivellasuresh3945
    @sirivellasuresh3945 5 หลายเดือนก่อน +4

    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 4 หลายเดือนก่อน

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

  • @Manasachirra
    @Manasachirra 11 หลายเดือนก่อน +2

    17 .00 akkada
    kiran =9
    While kiran

    • @Thumper_boiii_baby
      @Thumper_boiii_baby 10 หลายเดือนก่อน +2

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

  • @Pranaykumar137
    @Pranaykumar137 9 หลายเดือนก่อน

    Anna data structures mida videos chey anna

  • @ChintakuntaRenuka
    @ChintakuntaRenuka 9 หลายเดือนก่อน +1

    Brother meru chepina examples ki meru chepina output Asallu ravatam ledhu

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

    Bro could you please explain product of digits program

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

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

  • @ManojGandham-dw2xy
    @ManojGandham-dw2xy 6 หลายเดือนก่อน +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 3 หลายเดือนก่อน

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

    • @Thedec12
      @Thedec12 3 หลายเดือนก่อน

      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 10 หลายเดือนก่อน

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

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

    Maku Kiran is not defined Ani error vastundi

  • @sumagiddaluri2292
    @sumagiddaluri2292 6 หลายเดือนก่อน

    Output radam ledu bro