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

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.ย. 2024
  • This lecture was made with a lot of love❤️
    Notes : drive.google.c...
    ✨ Instagram : / shradhakhapra
    ✨ LinkedIn : / shradha-khapra

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

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

    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.

  • @vikk98
    @vikk98 7 หลายเดือนก่อน +139

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

      😂

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

      😂👍

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

      i think there is no use for true btw funny

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

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

      code glt h

  • @adityaralhan1154
    @adityaralhan1154 3 หลายเดือนก่อน +12

    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🙏

  • @tooclose80
    @tooclose80 7 หลายเดือนก่อน +98

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

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

      @@trustyopinion tu karta kya hai, student?

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

      @@tooclose80 yes

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

      thanks broo

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

      thanks for this browwww

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

    Practice aspects after the demonstration are highly appreciable.

  • @adarshgupta0504
    @adarshgupta0504 7 หลายเดือนก่อน +16

    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.

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

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

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

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

  • @aliyakhatoon6068
    @aliyakhatoon6068 3 หลายเดือนก่อน +11

    24:30
    i = 1
    while i

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

      gooooood

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

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

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

      ​@@RahulSingh-ml9hgkeyboard

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

      Iski practice krne k liye koi app??

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

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

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

    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.

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

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

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

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

      @@Z79iw 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 5 หลายเดือนก่อน +2

      In Sha ALLAH

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

      Yeah, absolutely right..

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

    n = int(input("Enter a number of n: ->> "))
    i = 1
    while i

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

      instead of mul
      print(n,"x",i,"=",n * i)

    • @DeepakRawat-ft7cy
      @DeepakRawat-ft7cy 11 วันที่ผ่านมา

      Hmm nice idea​@@ajaychimnani7985

  • @pmdg914
    @pmdg914 23 วันที่ผ่านมา +4

    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

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

    57:54
    my solution with while loop
    n = int(input("Enter the value of N: "))
    sum = 0
    while n > 0:
    sum += n
    n -= 1
    print("The sum of the first natural numbers is:", sum)

  • @shyamsarraf1598
    @shyamsarraf1598 7 หลายเดือนก่อน +112

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

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

      Java wale present here 😊😊😊

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

      yes

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

      Yes

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

      Already uploaded 😊

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

      @@ishagopinath Java script uploaded hain
      Java nhi

  • @afaqueabbasi6804
    @afaqueabbasi6804 7 หลายเดือนก่อน +20

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

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

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

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

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

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

      yeah,i did by i**2

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

    #solution
    a = 100
    while(a>=1):
    print(a)
    a-=1

  • @Niks71025
    @Niks71025 2 หลายเดือนก่อน +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 หลายเดือนก่อน

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

      @@maryammustafa967 copy paste nice bro

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

      45:20 pls explain error

    • @maryammustafa967
      @maryammustafa967 27 วันที่ผ่านมา

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

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

    num=[]
    i=1
    while(i

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

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

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

    i = 1
    while i

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

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

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

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

  • @manmohanvishwakarmavevo4779
    @manmohanvishwakarmavevo4779 7 วันที่ผ่านมา

    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

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

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

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

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

  • @sakhiop
    @sakhiop 7 หลายเดือนก่อน +12

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

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

    Mam please upload more videos on programming ❤❤❤

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

    n=3
    while n

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

    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

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

    Thankyou mam for giving this python course free of cost❤

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

    In this 5 series, loops series are amazing 😊

  • @bilalrehman-q5n
    @bilalrehman-q5n 25 วันที่ผ่านมา

    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

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

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

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

    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)

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

    better solution for while loop Question 5:
    code:
    tuple = (1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 36)
    x = int(input("enter a number to be searched: "))
    index = 0
    while index < len(tuple):
    if x not in tuple:
    print('number not found')
    break
    elif tuple[index] == x:
    print('number found at index:', index)
    break
    else:
    pass
    index += 1

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

    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!

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

    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)

  • @Ronoedit07
    @Ronoedit07 19 วันที่ผ่านมา

    x=1
    while x

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

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

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

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

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

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

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

    #solution
    num = int(input("enter number"))
    i = 1
    while(i

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

    I never see such a great teacher in my life

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

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

    57:54
    my solution
    n = 0
    while n

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

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

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

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

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

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

  • @someone-4k
    @someone-4k 6 หลายเดือนก่อน +12

    Maine maje maje me hello ko 1 crore time print karva liya...... Aaj mera pc mujhe chodd ke chala gya 😂😂

  • @anshikakaushik17
    @anshikakaushik17 2 หลายเดือนก่อน +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..❤❤❤❤❤❤❤❤

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

    i = 1
    while i

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

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

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

    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

  • @himanshusaikaushik3513
    @himanshusaikaushik3513 22 วันที่ผ่านมา +1

    THANKYOU SO MUCH MAM FOR THIS BEAUTIFUL SESSION

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

    nums = []
    i = 0
    while i

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

  • @SumitSharma-fq4lm
    @SumitSharma-fq4lm 5 หลายเดือนก่อน +3

    Mam in q. No 3of while loop we can also run code as following
    i=1
    whilei

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

      while i

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

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

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

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

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

    #print a list in a loop(q4)
    i=1
    while i

  • @Humanoid-2345
    @Humanoid-2345 24 วันที่ผ่านมา

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

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

    ca'n't we do this in practice question 4
    i = 1
    while i

  • @Dhruv-k5i
    @Dhruv-k5i หลายเดือนก่อน +2

    You missed Captain America the superior

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

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

  • @pratimasharma1215
    @pratimasharma1215 11 วันที่ผ่านมา +1

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

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

    print the multiplication table of a number n..
    mam kya hum is question mein ye wala method use kr skte hai..
    👇
    n = 3
    while n

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

      U CAN BUT YOU WILL ALWAYS HAVE TO CHANGE 31 ACCORDINGLY FOR RESPECTIVVE NUMMBER

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

      n=int(input("Multiplication table of:"))
      # I have tried this
      i=1
      while n*i and i

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

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

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

    Techer at her best .. thanks for the easy lessons

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

    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 ♥♥🤗

  • @saikatchatterjee2100
    @saikatchatterjee2100 11 วันที่ผ่านมา

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

  • @datlaeswarsaikrishnamraju3437
    @datlaeswarsaikrishnamraju3437 28 วันที่ผ่านมา

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

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

    Ma'am tq so much. Apse ek Request hey please do the playlist of DSA in Python.

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

    for number in range (100,0,-1) :
    Print (number)

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

    For number in i :
    if (i =36) :
    Break
    Print (i)

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

    hello ma'am
    I have been watching your videos since long.
    ma'am plz tell me that if by mistake we did infinite loop , so what should we do? or what we can do? plz ans my question.

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

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

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

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

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

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

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

    Fantastic video! Appreciate your teaching style.

  • @pmdg914
    @pmdg914 25 วันที่ผ่านมา

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

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

    Thanks didi for loops....First comment

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

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

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

    I wrote, for second last qs, lol
    n = int(input("Enter number: "))
    for i in range(0, 6):
    print(n+i)

  • @vanshikasingh2779
    @vanshikasingh2779 7 หลายเดือนก่อน +6

    Dsa in python Play list

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

    a = 1
    While a

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

    Number = int(input(number ,n ))
    If (n

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

    Hi Shradha, Thank you for the series, its really helpful, the words spelled from your voice, is effective to place in our mind, but yes we have to do lots of practice. 2ndly Can you create a vision or direction towards IT-Admin switching to DevOps platform , for them how you will take the python as a scripting language, as a DevOps Admin, not like a developer/coder. Please create a video series on this.case studies or scenario based tutorials please, so the we can clear the basic concepts which is used in day to day life in companies (playing With AWS,Docker,K8 and a lot, for Automation). Waiting for it.

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

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

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

    Love and Respect for Shardha Ma'am from Kashmir ❤

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

    practise question must be increased or some questions with solutions must be given in the description in form of drive just like the lecture notes are given

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

    59:15 mam the question was to be assisted using while loop. U used for loop.

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

      @shayamahmad5014 did u solve that question using while loop?

  • @GayatriJangid-i7c
    @GayatriJangid-i7c 7 หลายเดือนก่อน +3

    Mam after this bring java course 🎉🎉

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

    1 akshat
    2 akshat
    3 akshat
    4 akshat
    5 akshat
    6 akshat
    7 akshat
    8 akshat
    9 akshat
    10 akshat
    11 akshat
    12 akshat
    13 akshat
    14 akshat
    15 akshat
    16 akshat
    17 akshat
    18 akshat
    19 akshat
    20 akshat
    21 akshat
    22 akshat
    23 akshat
    24 akshat
    25 akshat
    26 akshat
    27 akshat
    28 akshat
    29 akshat
    30 akshat
    31 akshat
    32 akshat
    33 akshat
    34 akshat
    35 akshat
    36 akshat
    37 akshat
    38 akshat
    39 akshat
    40 akshat
    41 akshat
    42 akshat
    43 akshat
    44 akshat
    45 akshat
    46 akshat
    47 akshat
    48 akshat
    49 akshat
    50 akshat
    51 akshat
    52 akshat
    53 akshat
    54 akshat
    55 akshat
    56 akshat
    57 akshat
    58 akshat
    59 akshat
    60 akshat
    61 akshat
    62 akshat
    63 akshat
    64 akshat
    65 akshat
    66 akshat
    67 akshat
    68 akshat
    69 akshat
    70 akshat
    71 akshat
    72 akshat
    73 akshat
    74 akshat
    75 akshat
    76 akshat
    77 akshat
    78 akshat
    79 akshat
    80 akshat
    81 akshat
    82 akshat
    83 akshat
    84 akshat
    85 akshat
    86 akshat
    87 akshat
    88 akshat
    89 akshat
    90 akshat
    91 akshat
    92 akshat
    93 akshat
    94 akshat
    95 akshat
    96 akshat
    97 akshat
    98 akshat
    99 akshat
    100 akshat
    101 akshat
    102 akshat
    103 akshat
    104 akshat
    105 akshat
    106 akshat
    107 akshat
    108 akshat
    109 akshat
    110 akshat
    111 akshat
    112 akshat
    113 akshat
    114 akshat
    115 akshat
    116 akshat
    117 akshat
    118 akshat
    119 akshat
    120 akshat
    121 akshat
    122 akshat
    123 akshat
    124 akshat
    125 akshat
    126 akshat
    127 akshat
    128 akshat
    129 akshat
    130 akshat
    131 akshat
    132 akshat
    133 akshat
    134 akshat
    135 akshat
    136 akshat
    137 akshat
    138 akshat
    139 akshat
    140 akshat
    141 akshat
    142 akshat
    143 akshat
    144 akshat
    145 akshat
    146 akshat
    147 akshat
    148 akshat
    149 akshat
    150 akshat
    151 akshat
    152 akshat
    153 akshat
    154 akshat
    155 akshat
    156 akshat
    157 akshat
    158 akshat
    159 akshat
    160 akshat
    161 akshat
    162 akshat
    163 akshat
    164 akshat
    165 akshat
    166 akshat
    167 akshat
    168 akshat
    169 akshat
    170 akshat
    171 akshat
    172 akshat
    173 akshat
    174 akshat
    175 akshat
    176 akshat
    177 akshat
    178 akshat
    179 akshat
    180 akshat
    181 akshat
    182 akshat
    183 akshat
    184 akshat
    185 akshat
    186 akshat
    187 akshat
    188 akshat
    189 akshat
    190 akshat
    191 akshat
    192 akshat
    193 akshat
    194 akshat
    195 akshat
    196 akshat
    197 akshat
    198 akshat
    199 akshat
    200 akshat
    201 akshat
    202 akshat
    203 akshat
    204 akshat
    205 akshat
    206 akshat
    207 akshat
    208 akshat
    209 akshat
    210 akshat
    211 akshat
    212 akshat
    213 akshat
    214 akshat
    215 akshat
    216 akshat
    217 akshat
    218 akshat
    219 akshat
    220 akshat
    221 akshat
    222 akshat
    223 akshat
    224 akshat
    225 akshat
    226 akshat
    227 akshat
    228 akshat
    229 akshat
    230 akshat
    231 akshat
    232 akshat
    233 akshat
    234 akshat
    235 akshat
    236 akshat
    237 akshat
    238 akshat
    239 akshat
    240 akshat
    241 akshat
    242 akshat
    243 akshat
    244 akshat
    245 akshat
    246 akshat
    247 akshat
    248 akshat
    249 akshat
    250 akshat
    251 akshat
    252 akshat
    253 akshat
    254 akshat
    255 akshat
    256 akshat
    257 akshat
    258 akshat
    259 akshat
    260 akshat
    261 akshat
    262 akshat
    263 akshat
    264 akshat
    265 akshat
    266 akshat
    267 akshat
    268 akshat
    269 akshat
    270 akshat
    271 akshat
    272 akshat
    273 akshat
    274 akshat
    275 akshat
    276 akshat
    277 akshat
    278 akshat
    279 akshat
    280 akshat
    281 akshat
    282 akshat
    283 akshat
    284 akshat
    285 akshat
    286 akshat
    287 akshat
    288 akshat
    289 akshat
    290 akshat
    291 akshat
    292 akshat
    293 akshat
    294 akshat
    295 akshat
    296 akshat
    297 akshat
    298 akshat
    299 akshat
    300 akshat
    301 akshat
    302 akshat
    303 akshat
    304 akshat
    305 akshat
    306 akshat
    307 akshat
    308 akshat
    309 akshat
    310 akshat
    311 akshat
    312 akshat
    313 akshat
    314 akshat
    315 akshat
    316 akshat
    317 akshat
    318 akshat
    319 akshat
    320 akshat
    321 akshat
    322 akshat
    323 akshat
    324 akshat
    325 akshat
    326 akshat
    327 akshat
    328 akshat
    329 akshat
    330 akshat
    331 akshat
    332 akshat
    333 akshat
    334 akshat
    335 akshat
    336 akshat
    337 akshat
    338 akshat
    339 akshat
    340 akshat
    341 akshat
    342 akshat
    343 akshat
    344 akshat
    345 akshat
    346 akshat
    347 akshat
    348 akshat
    349 akshat
    350 akshat
    351 akshat
    352 akshat
    353 akshat
    354 akshat
    355 akshat
    356 akshat
    357 akshat
    358 akshat
    359 akshat
    360 akshat
    361 akshat
    362 akshat
    363 akshat
    364 akshat
    365 akshat
    366 akshat
    367 akshat
    368 akshat
    369 akshat
    370 akshat
    371 akshat
    372 akshat
    373 akshat
    374 akshat
    375 akshat
    376 akshat
    377 akshat
    378 akshat
    379 akshat
    380 akshat
    381 akshat
    382 akshat
    383 akshat
    384 akshat
    385 akshat
    386 akshat
    387 akshat
    388 akshat
    389 akshat
    390 akshat
    391 akshat
    392 akshat
    393 akshat
    394 akshat
    395 akshat
    396 akshat
    397 akshat
    398 akshat
    399 akshat
    400 akshat
    401 akshat
    402 akshat
    403 akshat
    404 akshat
    405 akshat
    406 akshat
    407 akshat
    408 akshat
    409 akshat
    410 akshat
    411 akshat
    412 akshat
    413 akshat
    414 akshat
    415 akshat
    416 akshat
    417 akshat
    418 akshat
    419 akshat
    420 akshat
    421 akshat
    422 akshat
    423 akshat
    424 akshat
    425 akshat
    426 akshat
    427 akshat
    428 akshat
    429 akshat
    430 akshat
    431 akshat
    432 akshat
    433 akshat
    434 akshat
    435 akshat
    436 akshat
    437 akshat
    438 akshat
    439 akshat
    440 akshat
    441 akshat
    442 akshat
    443 akshat
    444 akshat
    445 akshat
    446 akshat
    447 akshat
    448 akshat
    449 akshat
    450 akshat
    451 akshat
    452 akshat
    453 akshat
    454 akshat
    455 akshat
    456 akshat
    457 akshat
    458 akshat
    459 akshat
    460 akshat
    461 akshat
    462 akshat
    463 akshat
    464 akshat
    465 akshat
    466 akshat
    467 akshat
    468 akshat
    469 akshat
    470 akshat
    471 akshat
    472 akshat
    473 akshat
    474 akshat
    475 akshat
    476 akshat
    477 akshat
    478 akshat
    479 akshat
    480 akshat
    481 akshat
    482 akshat
    483 akshat
    484 akshat
    485 akshat
    486 akshat
    487 akshat
    488 akshat
    489 akshat
    490 akshat
    491 akshat
    492 akshat
    493 akshat
    494 akshat
    495 akshat
    496 akshat
    497 akshat
    498 akshat
    499 akshat
    500 akshat

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

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

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

    I don't know if its just me or everybody is the same, it takes me 4 to 5 hours to completely watch the video while doing the exact same things in visual studio

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

      uss

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

    Your way of explaining is precise

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

    CAN WE USE THIS IN 45:45
    x = int(input('enter the number:'))
    list = (1,4,9,16,25,36,49,64,81,100)
    for a in list:
    if(a==x):
    print(x,"FOUND")
    else:
    print("FINDING.....")

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

    my code for question 4:
    i=1
    while i

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

      not applicable...coz the question clearly states "print the elements *in the following list*" and not "print the following elements". so declaring an list and then printing the elements inside it is a mandatory condition......good luck😁

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

      @@bhavikabhaskar787 oh right, my bad, i realised that after she showed the method to solve it.
      thank you :D

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

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

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

    Very understanding way of teaching ..👍🖤