Range function in Python | Python range() function |Python Tutorials for Beginners

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

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

  • @welcometomyworld320
    @welcometomyworld320 ปีที่แล้ว +18

    Hayee MashAllah i am teaching your lectures to my students you are my best teacher. May you live long and be happy ❤

  • @reeteshhurkhoo9231
    @reeteshhurkhoo9231 4 วันที่ผ่านมา

    your lectures are an inspiration for me to learn python. Thank you so much

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

    num_list=[]
    for i in range(0,101):
    num_list.append(i)
    sum=0
    for i in num_list:
    sum=sum+i
    print(sum)

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

    Please ma’am, how many videos do you estimate this Python full course will have ?
    I wish to go faster...

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

    Maam how to type both the brackets at one time and how the pointer moves in between the brackets at that time only
    Is there any shortcut
    If yes, please tell....

  • @SterioNinja-es3ze
    @SterioNinja-es3ze ปีที่แล้ว

    Mam , u have done ur btech after diploma or after 12th ...?? Plz reply mam....it's so important for me to know

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

    num=range(1,101)
    for n in num:
    print(n)
    add=0
    for n in num:
    add+=n;
    print("Addition is:",add)

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

    Mam,will u be covering OOPS, please reply mam

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

    a=range(1,101)
    for i in a:
    print(i)
    b=sum(a)
    print("The sum of total is",b)

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

    Mam plzz increase your volume little bit more

  • @VivekKumar-ib9cc
    @VivekKumar-ib9cc ปีที่แล้ว

    Mam please upload lecture for advance python...

  • @aswin.s768
    @aswin.s768 ปีที่แล้ว

    s=int(input("Enter the max number to get sum from 0 to : "))
    count=0
    for i in range(0,s,1):
    count+=i
    print(count)

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

    x=range(1,101)
    sum_0=0
    for a in x:
    sum_0=sum_0+a
    print(sum_0)

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

    count = 0
    for i in range(101):
    count = count + i
    print(f'sum of numbers bteween 1 to 100 is {count}.')

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

    understand every key thank you so much

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

    Mam can I learn c and python at the same time

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

      No eithher learn c or python. I recommed first finish c then go for python

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

    a=range(1,100)
    b=0
    for i in a:
    b=i+b
    print(b)

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

    Ma'am aapne tho mujhe maar daala ❤❤

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

    For i in range(1,6): Print(i,end=" ,") Output: 1,2,3,4,5, Instead of these output I want to print like these 1,2,3,4,5

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

      for i in range(1, 6): print(i, end='') if i != 5: print(',', end='')

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

    mam ek vedio time and complexity ke barre me bana dijiye 🙏🙏
    jis me sabhi parkar ki time complexity cover ho jaye
    Iterative
    recursive.
    dp
    so on ........

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

    num=range(0,101
    total=0
    for i in num:
    total+=i
    print(total)

  • @ANANDSSAIT21BEEC113
    @ANANDSSAIT21BEEC113 3 หลายเดือนก่อน +1

    a=range(1,101)
    for i in a:
    i+=i
    print(i)

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

      Wrong Code...

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

      Try This instead
      x = range(1,101)
      sum_1=0
      for a in x:
      sum_1=sum_1+a
      print(sum_1)

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

    Really thank you so much mam🙏

  • @jethalalfanclub5966
    @jethalalfanclub5966 24 วันที่ผ่านมา

    Mam sorry for mention tht the formula 4:16 you make is not suitable for every condition of range for example (0,8,2)
    When we have even number in place of j we take (j-2)
    When we have odd number in place of j we take (j-1)

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

    Simple and understandable...❤️

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

    I am from Pakistan.I come here for your smile but I learn English as will as python and C++ .

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

    sum=0
    for i in range(1,101):
    sum+=i
    print(sum)

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

    Thank you mam it was useful😊

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

    Your work ❤️

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

    Thank you mam

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

    n=int(input("enter the number"))
    li=list(range(0,n+1))
    print(li)
    print(sum(li))
    your last program
    you dont need to use "for" loop

  • @prasanthch-i8g
    @prasanthch-i8g 8 หลายเดือนก่อน +1

    ma'am can you please teach java also 🥺

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

    num=range(1,101)
    print(sum(num))
    No need of for loop👍

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

    First view

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

    How to put infinite loop?

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

      You can get infinite loop only with while.
      Example1:
      number = 1
      while number

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

    First comment😊

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

    👌👌

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

    Mam, how can I join your paid class

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

    ₹1,00,000 Super Thanks to you🙏

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

      likne khush nahi hoge bhej naa padta

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

    Please suggest the best answer

  • @deepanshuyadav.
    @deepanshuyadav. ปีที่แล้ว

    🥺🥺🥺🥺🥺🥺🥺c++ ke lecture bhi continue kijiye

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

    i love u mam

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

    She's my TH-cam Mother. Thanks ma, with this, there ain't no way in the universe that I'm forgetting python's range function

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

    From Germany
    Really thank you so much, ma'am🙏❤🙏🙏
    Ma'am, please start the Java course as well.
    once again thank you so much .!!!!!!!

  • @maqsoodahmad-vx8jl
    @maqsoodahmad-vx8jl ปีที่แล้ว

    Mam please I know you are busy but please in a week make little time for live questions mam please that disturb much and much please mam

  • @maqsoodahmad-vx8jl
    @maqsoodahmad-vx8jl ปีที่แล้ว

    Live setion mam

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

    Yash Sher Mera dost he

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

    i love you😞❤️

  • @Mahesh.k.v6648
    @Mahesh.k.v6648 ปีที่แล้ว

    Hii mam

  • @Artem1s-_-
    @Artem1s-_- ปีที่แล้ว +2

    you're beautiful rly)

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

    I love you madam 😘😘😘

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

    Please don't mind, And i am not going to time pass, Here I am asking you very straight forward Will You Marry Me 🌹 because I really like you.

  • @DivyaVani-ms2nr
    @DivyaVani-ms2nr ปีที่แล้ว

    sum=0
    for i in range(1,101):
    sum += i
    print(sum)