Lecture 5 : Loops in Python | While & For Loops | Python Full Course

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

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

  • @sabirkhan-f9f
    @sabirkhan-f9f 5 หลายเดือนก่อน +84

    shradha you are a star. I tried to learn from so many other TH-cam videos but their way of teaching was so complex, however, you explained the topic of LOOP in detail and in simplified ways resulting in understanding it so well. Thank you so much and God bless.

  • @tooclose80
    @tooclose80 10 หลายเดือนก่อน +136

    00:01 Chapter Five covers details about for and while loops in Python
    02:30 Introduction to while loops in Python
    06:29 Loops in Python help to repeat a set of instructions until a specific condition is met.
    08:30 Loops are used to execute a set of statements multiple times
    12:42 Using loops in Python to print numbers from 1 to 100 and in reverse order
    14:53 Printing multiplication table using loops in Python
    18:52 Printing multiplication tables and looping through a list in Python.
    21:04 Using loops to iterate through lists and tuples
    24:58 Understanding loops in Python
    26:53 Explaining the process of searching in Python using loops
    30:44 Understanding the break keyword in Python loops
    32:38 Using loops in Python to search and print a number
    36:28 For loops are used for sequential traversal of elements in a sequence.
    38:08 For loop in Python iterates over a sequence of elements.
    42:06 Using for loop for iterating through a string
    44:11 Using for loops in Python to iterate through elements and track their index.
    48:14 Using range function to iterate through sequences.
    50:03 Loops in Python allow for iteration with conditions and step sizes.
    53:59 Understanding the usage of 'pass' statement in loops.
    55:51 Loops in Python are essential for executing repetitive tasks.
    59:39 Factorial calculation using For Loop in Python
    1:01:46 Understanding while and for loops in Python

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

      Abe nalle yaha pe ye notes banane se accha apni notebook Mai kuch notes likhle ,yaha pe koi timepass karne nahi ata Jo yaha se time click karke aage chala jayega 😂

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

      @@trustyopinion tu karta kya hai, student?

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

      @@tooclose80 yes

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

      thanks broo

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

      thanks for this browwww

  • @dr.mohdaamir6688
    @dr.mohdaamir6688 10 หลายเดือนก่อน +47

    Practice aspects after the demonstration are highly appreciable.

  • @vikk98
    @vikk98 10 หลายเดือนก่อน +182

    mam love from village ❤
    while True:
    print("Did you understand the whole lecture on while, for, range, continue, break, and pass?")
    stu = input("Enter 'yes' or 'no': ").lower()
    if stu == 'yes':
    print("Congratulations! You are the father of coding!")
    break
    elif stu == 'no':
    print("Moye Moye! You are a looser. Keep practicing!")
    break
    else:
    print("Invalid input. Please enter 'yes' or 'no'.")

    • @AnkitKumar-f2l5c
      @AnkitKumar-f2l5c 10 หลายเดือนก่อน +9

      😂

    • @Heyanju657
      @Heyanju657 9 หลายเดือนก่อน +4

      😂👍

    • @vishal1980able
      @vishal1980able 9 หลายเดือนก่อน +10

      i think there is no use for true btw funny

    • @RelativisticInfinity
      @RelativisticInfinity 7 หลายเดือนก่อน +5

      this served no urpose but legit the funniest thing i read today ngl
      edit: that should tell you how boring my day is

    • @dheerajsharma8245
      @dheerajsharma8245 6 หลายเดือนก่อน +4

      code glt h

  • @adityaralhan1154
    @adityaralhan1154 5 หลายเดือนก่อน +23

    n=int(input("enter the number "))
    fact=1
    for i in range(n,0,-1):
    fact=fact*i
    print(fact)
    alternate code for factorial
    thanks for the lecture ma'am🙏

    • @nandani._.
      @nandani._. 2 หลายเดือนก่อน

      SyntaxError: multiple statements found while compiling a single statement

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

      @@nandani._. you must have just copied and pasted and there might have been an indentation error on your part.The code does not have any syntax errors.

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

    For 23:20 mins in question where you have to print the perfect squares of no. 1 - 10
    i Found a shorter and easier way to do that
    the code is :-
    i = 1
    while i

  • @AmnaNaseer-001
    @AmnaNaseer-001 10 หลายเดือนก่อน +69

    You are such a great teacher.
    I have learn HTML CSS JS from your videos and
    very excited to learn Python. love from Karachi,PAKISTAN.

    • @tech_3d556
      @tech_3d556 10 หลายเดือนก่อน +7

      parda krna + namaz prna + Gunna ka kaam such as BF na krna , Jannat jao Gi

    • @tech_3d556
      @tech_3d556 10 หลายเดือนก่อน +1

      @@jwjkek bro ma software dev hun, 72 hoorein ki quran ma kahen bi nahi ha , ye sirf Molvion ne Banaya Ha , kisi hadees ka galat Menaning nikal kr , Ap ko to pata hi haa , molvi kitna para hotta , 10th fail hota commanly , so wooo too jannat ma hoor ka ilawaa kia hi mang skta , Han Bakki islam apna laws ki base par hard ha kaffii, but need base pe Forran Islam Easiest hojata ha , baki bro ap ko kisi bi religion ka mazk nahi urnana chahce , as maNe apke religion ko bura to nahi kaha , So apko bi mera religion ko buran nahi kahna chahce.

    • @shanawarazeem6487
      @shanawarazeem6487 8 หลายเดือนก่อน +5

      In Sha ALLAH

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

      Yeah, absolutely right..

  • @adarshgupta0504
    @adarshgupta0504 10 หลายเดือนก่อน +20

    This series is great and has helped me learn Python from scratch. Please after completing this series make some videos for Python libraries like NumPy, Pandas, Matplotlib, Scikit, etc. This will help lots of students who wants to learn more about Python.

  • @nikhilkumarsingh2348
    @nikhilkumarsingh2348 8 หลายเดือนก่อน +12

    Thanks a lot Shraddha Mam🌟.A well suited contents I have got from this lecture. I stated learning python in 2k24 and in the month of April✨️. Have a good life ahead.

  • @ImRich-xo8cm
    @ImRich-xo8cm 10 หลายเดือนก่อน +8

    Thankyou mam for giving this python course free of cost❤

  • @afaqueabbasi6804
    @afaqueabbasi6804 10 หลายเดือนก่อน +23

    great learning with great teacher like you, thanks for this course

    • @tech_3d556
      @tech_3d556 10 หลายเดือนก่อน +1

      great , azeeeeeeeeem teacher , i always prefer This Human for code, Love from pakistan, Punjab, T_T--Sing

  • @pmdg914
    @pmdg914 3 หลายเดือนก่อน +8

    Ye bandi ki vajah se mene sare program khud banaye. Love you shraddha. Itani c age me itna kuch. I hats off to your dad. Aman you are hell lucky to have her in your life

  • @pritamnoob8607
    @pritamnoob8607 10 หลายเดือนก่อน +6

    In this 5 series, loops series are amazing 😊

  • @Namaskarji_123
    @Namaskarji_123 9 หลายเดือนก่อน +5

    The way of teaching is too osm ..what a effort mam thanku so much for the great ful vedeos with free of cost

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

      1 Hi didi
      2 Hi didi
      3 Hi didi
      4 Hi didi
      5 Hi didi
      6 Hi didi
      7 Hi didi
      8 Hi didi
      9 Hi didi
      10 Hi didi
      11 Hi didi
      12 Hi didi
      13 Hi didi
      14 Hi didi
      15 Hi didi
      16 Hi didi
      17 Hi didi
      18 Hi didi
      19 Hi didi
      20 Hi didi
      21 Hi didi
      22 Hi didi
      23 Hi didi
      24 Hi didi
      25 Hi didi
      26 Hi didi
      27 Hi didi
      28 Hi didi
      29 Hi didi
      30 Hi didi
      31 Hi didi
      32 Hi didi
      33 Hi didi
      34 Hi didi
      35 Hi didi
      36 Hi didi
      37 Hi didi
      38 Hi didi
      39 Hi didi
      40 Hi didi
      41 Hi didi
      42 Hi didi
      43 Hi didi
      44 Hi didi
      45 Hi didi
      46 Hi didi
      47 Hi didi
      48 Hi didi
      49 Hi didi
      50 Hi didi
      51 Hi didi
      52 Hi didi
      53 Hi didi
      54 Hi didi
      55 Hi didi
      56 Hi didi
      57 Hi didi
      58 Hi didi
      59 Hi didi
      60 Hi didi
      61 Hi didi
      62 Hi didi
      63 Hi didi
      64 Hi didi
      65 Hi didi
      66 Hi didi
      67 Hi didi
      68 Hi didi
      69 Hi didi
      70 Hi didi
      71 Hi didi
      72 Hi didi
      73 Hi didi
      74 Hi didi
      75 Hi didi
      76 Hi didi
      77 Hi didi
      78 Hi didi
      79 Hi didi
      80 Hi didi
      81 Hi didi
      82 Hi didi
      83 Hi didi
      84 Hi didi
      85 Hi didi
      86 Hi didi
      87 Hi didi
      88 Hi didi
      89 Hi didi
      90 Hi didi
      91 Hi didi
      92 Hi didi
      93 Hi didi
      94 Hi didi
      95 Hi didi
      96 Hi didi
      97 Hi didi
      98 Hi didi
      99 Hi didi

  • @aliyakhatoon6068
    @aliyakhatoon6068 5 หลายเดือนก่อน +13

    24:30
    i = 1
    while i

    • @rudrakshsingh-us9qy
      @rudrakshsingh-us9qy 5 หลายเดือนก่อน +1

      gooooood

    • @RahulSingh-ml9hg
      @RahulSingh-ml9hg 4 หลายเดือนก่อน

      hiiiii
      code ko comment me karn ke lye konsa key use karna padta hai ???

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

      ​@@RahulSingh-ml9hgkeyboard

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

      Iski practice krne k liye koi app??

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

      @@RahulSingh-ml9hg use # for single comment and use ctrl + forward slash for multi line comment

  • @naveenjani5514
    @naveenjani5514 10 หลายเดือนก่อน +8

    I never see such a great teacher in my life

  • @rabinsdhi-mv1pt
    @rabinsdhi-mv1pt 6 หลายเดือนก่อน +8

    more specified multiplication table.
    n=int(input("enter any number you wish to print the multiplication table"))
    i= 1
    while i

    • @Keshab2008-v7v
      @Keshab2008-v7v 5 หลายเดือนก่อน +1

      Simply you can also do this using f string
      its look like this:
      n=int(input("Enter your number"))
      i=1
      while(i

    • @islamicknowledgestudio786
      @islamicknowledgestudio786 14 วันที่ผ่านมา

      @@Keshab2008-v7v print(f"{n}×{i}={n}*{i}") is wrong
      print(f"{n} × {i} = {n*i}") right statement.

  • @Justforwatch2
    @Justforwatch2 6 หลายเดือนก่อน +3

    24:37 created the question 4 by following code:
    i=1
    while i

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

      yeah,i did by i**2

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

    Hello all
    This one the best python basic lecture you will ever get,
    In the entire video she never asked for subscribe or like.
    Let’s encourage her to do more courses like this and help crores of students and learner’s. Keep up the good work Shraddha and keep on helping people.

  • @Arfajsheru
    @Arfajsheru 15 วันที่ผ่านมา +1

    # Let's Advance Practice with shradha didi for your better improvement and also helps in enhance your knowledge

    # 1) Print number from 1 to 100 using while loop
    i = 1
    while i = 1:
    print(i)
    i -= 1
    # 3) Print the multiplication table of a number n.
    num = int(input("Enter your print table number 1 to : "))
    i = 1
    while i

  • @15geetanshvikram62
    @15geetanshvikram62 5 หลายเดือนก่อน

    x=int(input("enter the no. upto which you have to add numbers: "))
    while True:
    print(x*(x+1)/2)
    break
    58:52
    wrote this using while

  • @EFGHproject
    @EFGHproject 2 วันที่ผ่านมา

    Best Programing Teacher for ever❤

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

    How simply u are explaining 👏
    hard work really appreciating

  • @Humanoid-2345
    @Humanoid-2345 3 หลายเดือนก่อน

    This is the best lecture . I have ever seen of your channel..... Shraddha Didi ❤

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

    a=int(input("Enter the value of n"))
    i=1
    b=0
    while(i

  • @prabhatchhatui3992
    @prabhatchhatui3992 9 หลายเดือนก่อน +3

    অনেক অনেক ধন্যবাদ
    এই ভিডিও গুলির জন্য। 🙏🙏🙏

  • @SubhamBhattacharjee-s6t
    @SubhamBhattacharjee-s6t หลายเดือนก่อน

    The best series of python course is here according to my opinion.your teaching power is Amazingg>>>>>>>>

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

    Impressive! Your fluency in computer languages and teaching skills are top-notch. Your detailed explanations are truly impressive and I find your teaching style to be the best. Keep up the amazing work and please continue creating such informative videos in the future. You're a rockstar!

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

    Shradha!! You are awesome and splendid way of teaching like a non stop train! ❤❤🎉🎉🎉🎉🥰🥰👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻
    No funs, no jokes ONLY the subject.. Still we are never bored and so interesting alll the sessions are!!! 🍫🍫🍫🍧🍧🍨🍨🍨
    Gorgeous Beauty and amazing Brain!! Topnotcher..! 😍😍😍😍🎉🎉🎉
    May God bless you abundantly dear Shradha!! 🏆🥉🎖🥇🏅🏅🎊🎉🪄🌹🌹🌹✨✨✨
    Lots of love from Tamilnadu and Bangalore.. ❤❤❤❤❤❤❤❤❤❤❤❤

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

    loops aaj tak sabse tough lagta tha but cleared every doubt thank you for providing everything for free you are amazing god bless you and your team

  • @ArshAyush-l1m
    @ArshAyush-l1m หลายเดือนก่อน +1

    दीदी यू are a good home tutor!!!😂😂😂😂👍

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

    thanks didi you taught really well for understand me loops in few days back i have
    not understand loops but your teaching concept is really good

  • @tarkarneha
    @tarkarneha 9 หลายเดือนก่อน +3

    Thank you mam for giving the whole python course
    its helped all the students who eager to learn the python like me
    one more request plz make some videos for python libraries

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

    amazing and easiest way of teaching python in youtube till now.

  • @VINU_GOWDA45
    @VINU_GOWDA45 10 หลายเดือนก่อน +1

    n=3
    while n

  • @JatinJangid-x5y
    @JatinJangid-x5y 5 หลายเดือนก่อน +2

    #solution
    num = [1,4,9,16,25,36,49,64,81,100]
    i = 0
    while len(num)> i:
    print(num[i])
    i+=1

  • @GurmanGrover-yr5uf
    @GurmanGrover-yr5uf 6 หลายเดือนก่อน

    at 45:09 you have made a new variable idx for tracing index of x. But my question if it was a list so we have to make a new variable. But this question is for tuple and there was a function nums.index(x) which gives the index of given value. I have used that function and my code runs same and yours. So it is Ok to use it if we have to make our code short. Btw love your videos, thanks for this series ♥♥🤗

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

    THANKYOU SO MUCH MAM FOR THIS BEAUTIFUL SESSION

  • @anshikakaushik17
    @anshikakaushik17 5 หลายเดือนก่อน +1

    Thank you so much !!!!!
    Never able to write even one line of the code but now I am able to solve the practice questions.
    I'm really feeling so confident..❤❤❤❤❤❤❤❤

  • @shyamsarraf1598
    @shyamsarraf1598 10 หลายเดือนก่อน +124

    Microsoft wali please,
    full java course laoo.......🎉🎊🎊🎉
    Java wale log idhar present kare.......

    • @MDsameer-hr6ev
      @MDsameer-hr6ev 10 หลายเดือนก่อน +6

      Java wale present here 😊😊😊

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

      yes

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

      Yes

    • @ishagopinath
      @ishagopinath 10 หลายเดือนก่อน +5

      Already uploaded 😊

    • @MDsameer-hr6ev
      @MDsameer-hr6ev 10 หลายเดือนก่อน +1

      @@ishagopinath Java script uploaded hain
      Java nhi

  • @JatinJangid-x5y
    @JatinJangid-x5y 5 หลายเดือนก่อน +2

    #solution
    a = 1
    while(a

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

    Techer at her best .. thanks for the easy lessons

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

    57:54
    my solution
    n = 0
    while n

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

    Thanks mam for studying me for my half yearly Exam 😃😇 THANKYOU MAM

  • @Aditya-e6k
    @Aditya-e6k หลายเดือนก่อน

    code for printing square of no. (1-10):
    n = int(input("enter no "))
    i=1
    while (i

  • @sakhiop
    @sakhiop 10 หลายเดือนก่อน +14

    Vote for Next Course On ' ' ' JAVA' ' '❤

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

    Best explanation ever❤
    Thank you didi❤

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

    user_num = int(input("Enter the number to get table : "))
    table = 1
    while table

  • @nehapatel-qm5fo
    @nehapatel-qm5fo หลายเดือนก่อน

    Thankyou so much ❤❤❤ it was a amazing class for beginners 😊😊

  • @PhotoshopEditing-t9s
    @PhotoshopEditing-t9s 4 หลายเดือนก่อน

    tple = (1, 2, 3, 4)
    num = int(input("Enter the number : "))
    idx = 0
    while idx

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

    nums = (1,5,7,9,6,)
    x = 7
    i = 0
    while i < len(nums):
    if(nums[i] == x):
    print("Found at idx", i)
    break # Stop the loop once the element is found
    i += 1 # Continue to the next index t
    @shradha khapra This is the right code to fins the value of X you didn't use break due to code is running even after finding the Value of X

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

    Multiplication table:
    x = int(input("Enter a no.: "))
    for i in range(1,11):
    print(f"{x} x {i} =", (x*i))

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

    Love and Respect for Shardha Ma'am from Kashmir ❤

  • @Shivaac-x8w
    @Shivaac-x8w 2 หลายเดือนก่อน +3

    3:00 print("hello
    "*50) 🌚

  • @7-Citar
    @7-Citar 7 หลายเดือนก่อน

    Itna Achay say Sikhati hn mam vedio ko like zaroor krein ❤

  • @mdshamoonanjum5151
    @mdshamoonanjum5151 29 วันที่ผ่านมา

    at quest 54:05 we can go for this code also
    n = int(input("enter the number: "))
    for i in range(n,n*11,n):
    print(i)

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

    for table upto 10 i did this :
    yournum = int(input("enter your number: "))
    ind = 1
    for i in range(yournum, (yournum*11), yournum):
    print ("2 x ",ind, " = ", i)
    ind+=1
    #working fine

  • @Neelambika-d2h
    @Neelambika-d2h หลายเดือนก่อน

    Best teacher for python😊

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

    n = int(input())
    i = 1
    print("It's a multiplication table of", n)
    while i

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

    love you mam apke bajese python sikhane ko mila

  • @cryptowar-id5ll
    @cryptowar-id5ll 6 หลายเดือนก่อน

    list = [1, 4, 9, 16, 25, 36, 49, 64, 81, 100]
    x = 49
    a = "loop ended"
    for val in list:
    if(val == x):
    print (x)
    print (x,"found")
    break
    print (val)
    print (a)

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

    Fantastic video! Appreciate your teaching style.

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

    Very understanding way of teaching ..👍🖤

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

    you are too good in teaching thank you for being in available for us in online platforms

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

    Great video , I was not having idea about loop , this video helped me a lot. Thank you mam for your help !

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

    For 4th question
    i =1
    n=1
    while i is less or equal to 10:
    Print(I*n)
    i+=1
    n+=1
    Easy method

  • @Kush.4403
    @Kush.4403 5 หลายเดือนก่อน

    It was my great experience with you 👍 thank you Shradha Di ❤ Love you

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

    My ideas regarding loop got absolutely clear after watching this video.....very much informative and clearly justified

  • @RitamRakshit-t6t
    @RitamRakshit-t6t 8 วันที่ผ่านมา

    mam your teaching is so good. can you please make a dsa series with python. There are very few good videos in DSA in python. You teaching is so simple. they make things too complex.
    Vote For DSA in Python
    👇

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

    For 1,4,9....
    n = int(input("enter the number:"))
    list = [ ]
    while n**2

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

    Didi ap bahut acha se samjati hai❤❤❤❤❤❤❤ baki TH-camr se ache

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

    n=int(input("Enter a number"))
    r=range(1,n+1)
    a=1
    for fact in r:
    a=a*fact
    print(a)

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

    falling in love with your way of teaching.

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

    key concepts/topics :--->
    00:01 Chapter Five covers details about for and while loops in Python
    02:30 Introduction to while loops in Python
    06:29 Loops in Python help to repeat a set of instructions until a specific condition is met.
    08:30 Loops are used to execute a set of statements multiple times
    12:42 Using loops in Python to print numbers from 1 to 100 and in reverse order
    14:53 Printing multiplication table using loops in Python
    18:52 Printing multiplication tables and looping through a list in Python.
    21:04 Using loops to iterate through lists and tuples
    24:58 Understanding loops in Python
    26:53 Explaining the process of searching in Python using loops
    30:44 Understanding the break keyword in Python loops
    32:38 Using loops in Python to search and print a number
    36:28 For loops are used for sequential traversal of elements in a sequence.
    38:08 For loop in Python iterates over a sequence of elements.
    42:06 Using for loop for iterating through a string
    44:11 Using for loops in Python to iterate through elements and track their index.
    48:14 Using range function to iterate through sequences.
    50:03 Loops in Python allow for iteration with conditions and step sizes.
    53:59 Understanding the usage of 'pass' statement in loops.
    55:51 Loops in Python are essential for executing repetitive tasks.
    59:39 Factorial calculation using For Loop in Python
    1:01:46 Understanding while and for loops in Python
    thank you everyone

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

    n=int(input("ENTER A NUMBER"))
    num=range(n,n*10+1,n)
    l=1
    for i in num:
    print(n,"*",l,"=",i)
    l+=1

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

    Thanks didi for loops....First comment

    • @tech_3d556
      @tech_3d556 10 หลายเดือนก่อน +1

      great , azeeeeeeeeem teacher , i always prefer This Human for code, Love from pakistan, Punjab, T_T--Sing

  • @VinodKumar-tn5gh
    @VinodKumar-tn5gh 7 หลายเดือนก่อน +1

    a = 1
    While a

  • @bilalrehman-q5n
    @bilalrehman-q5n 3 หลายเดือนก่อน

    for i in range(1,11,):
    for j in range(1,11,):
    print(i,"Mulple",j,"=",i*j)
    we can use this for multiplication of number in for &range

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

    Thanks maam m jaha se padh raha hu waha pe ache se ne samjhate ap yaha p free m padha rhe ho thanks 😭🥲🙏

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

    question no. 4 in shortest way:
    a = 1
    while a

  • @dipakkandel2934
    @dipakkandel2934 6 หลายเดือนก่อน +3

    num=[]
    i=1
    while(i

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

    15:09 maine issay dusre tarike say bhi kiya h solve.
    i=100
    while i

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

    x=1
    while x

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

    write a program to print the table of the n number:
    -------------------
    number = 2
    while number

  • @news8092.editer
    @news8092.editer 5 หลายเดือนก่อน

    question:---using for $ range :(print num from 1 to 100 )
    code:----
    nums=range(1,101)
    for i in nums:
    print(i)

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

    Code for print the multiplication table for n:
    n = int(input("Enter a No:"))
    for i in range(1,11):
    print(n , "multiplied by", i, 'is', n*i)

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

    17:55 1) i = n
    2) while i =

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

    i = 3 # start of tbl
    while i Going with user input
    n = int(input("enter number:"))
    i = 1
    while i

  • @tech_3d556
    @tech_3d556 10 หลายเดือนก่อน +1

    great , azeeeeeeeeem teacher , i always prefer This Human for code, Love from pakistan, Punjab, T_T--Sing

    • @tech_3d556
      @tech_3d556 10 หลายเดือนก่อน +1

      great , azeeeeeeeeem teacher , i always prefer This Human for code, Love from pakistan, Punjab, T_T--Sing

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

    22:00 practice question 4
    Can we also solve it by:-
    i = 1
    while i

  • @Niks71025
    @Niks71025 5 หลายเดือนก่อน +8

    here is the rock paper scissor.. GAME
    import random
    item_list=["Rock", "Paper", "Scissor"]
    user_choice = input("Your choice = Scissor, Paper, Rock = ")
    comp_choice = random.choice(item_list)
    print(user_choice, comp_choice)
    if user_choice == comp_choice:
    print("Match Tie")
    elif user_choice == "Rock":
    if comp_choice == "Paper":
    print("Paper covers Rock, Computer wins")
    else:
    print("Rock smashes Scissor, You won")
    elif user_choice == "Paper":
    if comp_choice == "Scissor":
    print("Scissor cuts Paper, Computer wins")
    else:
    print("Paper covers Rock, You won")
    elif user_choice == "Scissor":
    if comp_choice == "Rock":
    print("Rock smashes Scissor, Computer won")
    else:
    print("Scissor cuts Paper, You won")

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

      hey i added a little thing in it
      import random
      item_list=["Rock", "Paper", "Scissor"]
      user_choice = input("Your choice = Scissor, Paper, Rock = ")
      user_choice=user_choice.capitalize()
      comp_choice = random.choice(item_list)
      print(user_choice, comp_choice)
      if user_choice == comp_choice:
      print("Match Tie")
      elif user_choice == "Rock":
      if comp_choice == "Paper":
      print("Paper covers Rock, Computer wins")
      else:
      print("Rock smashes Scissor, You won")
      elif user_choice == "Paper":
      if comp_choice == "Scissor":
      print("Scissor cuts Paper, Computer wins")
      else:
      print("Paper covers Rock, You won")
      elif user_choice == "Scissor":
      if comp_choice == "Rock":
      print("Rock smashes Scissor, Computer won")
      else:
      print("Scissor cuts Paper, You won")

    • @RahulSingh-ml9hg
      @RahulSingh-ml9hg 3 หลายเดือนก่อน

      @@maryammustafa967 copy paste nice bro

    • @RahulSingh-ml9hg
      @RahulSingh-ml9hg 3 หลายเดือนก่อน

      45:20 pls explain error

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

      ​@@RahulSingh-ml9hg i just added capitalize()

  • @aryanaggarwal2586
    @aryanaggarwal2586 10 หลายเดือนก่อน +3

    After this Please make Python Intermediate course also & Python exercises discussion for practice

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

    nums = []
    i = 0
    while i

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

    Your way of explaining is precise

  • @tenpenny234
    @tenpenny234 5 หลายเดือนก่อน +1

    Q3 was something like this for me :
    n=3
    while n

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

    Wow amazing very important class

  • @its_s4gar
    @its_s4gar 9 หลายเดือนก่อน +6

    i = 1
    while i

  • @Wasikhan-r2w
    @Wasikhan-r2w 2 หลายเดือนก่อน

    your the teacher of the year

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

    Te kitani smart n matured he. Hatts off to her parents

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

    ALTERNATE CODE USING WHILE LOOP:
    a=int(input("ENTER YOUR NUMBER: "))
    b=0
    while a