153 - Python - Loops - 8th lesson || in Urdu

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

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

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

    I was stuck in for loop and while loop ...Your lesson help me a lot...جزاکم اللہ خیرا

    • @kawish-urdu6378
      @kawish-urdu6378  6 หลายเดือนก่อน

      I am glad my efforts are useful for some.

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

    Thanks for uploading its very helpful for biggners. JazakAllah

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

    Every lecture is informative and attractive. thank you for making these efforts for us. Allah bless you!

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

    ماشاءاللہ
    بہترین کاوش

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

    Dear,Sir Mr. Azwar,
    I extend my heartfelt gratitude to you for your unwavering guidance and support throughout my learning journey. Your expertise and encouragement have been instrumental in shaping my understanding of the subject.
    Thank you for being a dedicated teacher and making the learning experience both enjoyable and enriching. Your commitment to excellence is truly commendable.
    M SAFDAR SARGODHA PAKISTAN

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

    Thank you very much sir, your way of teaching is very simple and easy. It is very helpful in learning python for me.
    God bless you sir

    • @kawish-urdu6378
      @kawish-urdu6378  10 หลายเดือนก่อน

      Jazakallah for the kind words

  • @NasirKamal-v9o
    @NasirKamal-v9o 11 หลายเดือนก่อน +1

    hi.so amaizing and easy way of teaching

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

    Your efforts are appreciated. Final projects are awaited.

    • @kawish-urdu6378
      @kawish-urdu6378  11 หลายเดือนก่อน

      Thank you, I am working on it.

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

    Sir, Your explanation and teaching skills are wonderful. The way you are explanation by using small programs thats the best way to clear the concepts.
    One suggestion later on please provide the technique to upload the excel file in memory for sorting the data, calculations on the rows/columns and save it to the PC by Python.

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

    khuda apko hamesh khush rakhy

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

    بہت اچھا ویڈیو سر

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

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

    ❤❤❤

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

    ❤❤❤❤❤❤

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

    Sir,
    How does the output of the first while project come up with the common of the two variables?

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

      with the help of modulus operator. Please watch the video again, I have explained how it is finding the answer.

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

      @@kawish-urdu6378 Modulus operator gives reminder of two values
      ​So, here it is giving common.
      I do not understand this.Sir

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

      @@HADEES_NABWI The Least Common Multiple (LCM) of two numbers is the smallest multiple that is divisible by both numbers without leaving a remainder. If a number leaves a remainder when divided by either of the two numbers, then it cannot be the LCM of those numbers. This is a fundamental property of the LCM in arithmetic and is widely used in various mathematical contexts. We are just checking the smallest number that does not leave a remainder.

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

      @@kawish-urdu6378
      lcm += vMax
      Sir,
      What is its use..

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

    Good Lecture and Easy

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

    Assalam Alaikum
    Sir kya hm direct phyton language sekh skty hn ya is sa phly koi or languages sekhna hmary lye best hoga it's important question for us please reply zrur kryega.

    • @kawish-urdu6378
      @kawish-urdu6378  11 หลายเดือนก่อน

      Python is by far the easiest language to learn. So it is best to learn Python first

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

    I completed course but can"t give me certificate

    • @kawish-urdu6378
      @kawish-urdu6378  6 หลายเดือนก่อน

      Yes, you can get the certificate. Have you completed all the assignments from the website and Quizes, let me know, I will send you a link for the next step

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

    Thank you, sir.

    • @kawish-urdu6378
      @kawish-urdu6378  11 หลายเดือนก่อน

      Thank you for the kind words'

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

    Which window support this program

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

    Assalamualaiku, Sir for lopp and while Loop ko apnai zabardast tareeqai sai samjha with examples as follow:
    # Using for loop with range and generate times table
    vnum = int(input("Enter a Number : "))
    for i in range(1,13):
    print(f'{vnum} x {i} = {vnum*i}')
    i += 1 # inplate arithmetic operator
    # Find LcM with while loop
    vMax = int(input("Enter First Number : "))
    vMin = int(input("Enter Second Number : "))
    lcm = vMax
    while lcm % vMin != 0:
    lcm += vMax
    print(f'LCM of {vMax} and {vMin} is {lcm}')
    # conitnuos loop with while and ending with typing of quit
    user_input = input("Enter a English sentence or type 'quit' to exit : ")
    while user_input.lower() != "quit":
    print(f"You type : {user_input}")
    user_input = input("Enter another English sentence or type 'quit' to exit : ")
    print("Loop exited because you typed 'quit'")
    JazakAllah Khairan!

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

    Assalamualaikum
    Sir how can we find the hcf of two numbers by applying the same procedure..

  • @abdulahad-ep9ts
    @abdulahad-ep9ts 11 หลายเดือนก่อน +1

    Assalam o alikum Sir,
    Sir plz f formatting k concept ko clear kr dy ya hm kb or q use krty ha?

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

    Nice❤

  • @ZubairRaza.44
    @ZubairRaza.44 11 หลายเดือนก่อน +1

    nice sir

    • @kawish-urdu6378
      @kawish-urdu6378  11 หลายเดือนก่อน

      Jazakallah for the kind words

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

    AOA sir may you live long ameen I have a question, I m trying to be registered in this course but message is showing but message is showing class room is full but I am regularly watching these lectures on youtube ,may question is this these are the complete lecture of python in this playlist regards

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

    Salam sir
    How can I enroll myself for certificate?
    Thanks

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

      enrolments will be in Jan/Feb next year. I will announce the details via TH-cam. Please keep an eye on the channel.

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

      @@kawish-urdu6378
      Okey sir
      Thanks aloooot
      Your method of teaching is awesome, I,m fully interested in your classes...let me know whenever you want to enroll... I,m ready for whatever fee etc you want

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

    Assalam o Alaikum Sir

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

    Assalamo aalaikumm sir

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

    Kindly increase your font size

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

    Sir, Why my answer coming like that
    vMax: int = int(input('Enter First Number: '))
    vMin = int(input('Enter Second Number'))
    lcm = vMax
    while lcm % vMin != 0:
    lcm += vMax
    print(f"lcm of {vMax} and {vMin} is {lcm}")
    output
    nter First Number: 12
    Enter Second Number20
    lcm of 12 and 20 is 24
    lcm of 12 and 20 is 36
    lcm of 12 and 20 is 48
    lcm of 12 and 20 is 60
    Process finished with exit code 0

    • @kawish-urdu6378
      @kawish-urdu6378  8 หลายเดือนก่อน

      Your print statement is part of the loop, which it should not be. That is, print should not be indented. Just move it back to the left side. Also, I do not understand what you have done in the first line of code. Please watch the video again.

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

      @kawish-urdu6378 Thank you, sir, for your kind reply it was my mistake. Now ok

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

      @@kawish-urdu6378I was stuck on this point too. thanks for the clarification.

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

    8th lesson.done

  • @AKhan-nu9mw
    @AKhan-nu9mw 4 หลายเดือนก่อน

    Sir my result is
    first valut12
    Second valut20
    12 and 20 is 24
    12 and 20 is 36
    12 and 20 is 48
    12 and 20 is 60