Lecture 2 : Strings & Conditional Statements | Python Full Course

Sdílet
Vložit
  • čas přidán 27. 01. 2024
  • This lecture was made with a lot of love❤️
    Notes : drive.google.com/drive/folder...
    ✨ Instagram : / shradhakhapra
    ✨ LinkedIn : / shradha-khapra

Komentáře • 568

  • @BilalNoor-df4dq
    @BilalNoor-df4dq Před 3 měsíci +76

    Strings are a data type that stores a sequence of characters, and can be created in different ways.
    00:01
    Python uses double quotes and escape sequences for creating strings.
    02:06
    Concatenating and finding length of strings in Python
    06:09
    String manipulation in Python and understanding string length and indexing
    08:27
    Slicing in Python involves accessing parts of a string and is crucial for dealing with data in machine learning.
    13:02
    Explaining string indexing and slicing in Python
    15:03
    Backward counting is helpful for string manipulation
    18:50
    Understanding string functions, ends with
    20:47
    Learn about string replacement and find functions in Python
    24:35
    Count function in strings can be used to find the occurrences of a substring
    26:47
    Conditional statements are used to execute code based on specific conditions.
    30:36
    Using indentation and conditional statements in Python
    32:31
    Difference between 'if' and 'lf'
    36:27
    Using 'if' and 'else' statements in Python
    38:22
    Using conditional statements and logical operators to calculate grades.
    42:09
    Using conditional statements to determine grades based on student marks in Python
    44:17
    Even numbers are divisible by two with no remainder
    48:23
    Program to find the greatest value among three numbers
    50:31
    Understanding multiples and basic coding practice
    55:10
    Thanks me later 👍

  • @ayushyadavz
    @ayushyadavz Před 3 měsíci +125

    Like 👍🏻 those who want DSA with Python on Apna College 🔥

    • @parthsojitra9221
      @parthsojitra9221 Před 2 měsíci +3

      very great idea i am waiting for many month for dsa with python because on youtube no one teach dsa with python and i request all student who connected with apna college comment dsa with python

  • @hzr94
    @hzr94 Před 3 měsíci +17

    Best Python Tutorial I have ever found on CZcams.
    Thank you for making this beautiful and excellent tutorial with this much effort!!❤❤❤

  • @bsafridi
    @bsafridi Před 3 měsíci +8

    One word for this girl *AWESOME*
    😢 Unfortunately, We had some weirdos in schools and college who really work hard to ruin our career, now gradually things making sense, thank you for your clean and clear method of teaching. 🎉❤

  • @mdjahangirhossain6203
    @mdjahangirhossain6203 Před 3 měsíci +55

    Please complete the series mam
    You are the only teacher whose teaching I understand the most
    If you complete the series with project and all then its good otherwise please launch a course on apna college I am willing to buy it if I gets like Sigma batch

    • @rehankabir7601
      @rehankabir7601 Před měsícem +2

      I'ts good that it is free

    • @Nikhil-kn1sm
      @Nikhil-kn1sm Před měsícem

      @@rehankabir7601 lol😂

    • @seekhoaursikhao4046
      @seekhoaursikhao4046 Před měsícem

      I have a request the amount of energy and effort you are putting on this videos to make it fruitful , it is really heart touching to the listeners, but the moment if you will make your channel commercialize again , those who not able to pay single rupee, their self confidence and trust on you will destroy. So just share your knowledge freely and spread it across the globe. Surly all blessings will come to you towards success. The ultimate truth is the viewers are already paying for internet amount to watch your video by hook or crook. Hope you understand the pain of the viewers.

    • @ravibukya4339
      @ravibukya4339 Před 21 dnem

      czcams.com/video/Eyp36KUYC_g/video.html

  • @masoumehamiri7186
    @masoumehamiri7186 Před 3 měsíci +18

    Thank you for making these series, while I was doing 1st one I wished I get the second lecture without breaking time and you made it true , You making it cup of a tea! thank you so much ❤❤

    • @TheNanoShow
      @TheNanoShow Před 3 měsíci

      hey, how are you practising Python after watching these tutorials? I am a beginner and I need guidance.

    • @ravibukya4339
      @ravibukya4339 Před 21 dnem

      czcams.com/video/Eyp36KUYC_g/video.html

  • @titassamanta
    @titassamanta Před 3 měsíci +2

    Awesome class. Shraddha didi's teaching is very easy to understand. Thank you so much ❤

  • @KuldeepSingh-nq1vi
    @KuldeepSingh-nq1vi Před 3 měsíci +1

    You really explain the topic in detailed manner...I have become your fan..

  • @SyedMYahya-vf9vw
    @SyedMYahya-vf9vw Před 3 měsíci +2

    Thank you so much I was curiously waiting for second lecture ❤❤
    Please share 1 video of python series daily.This video is very helpful for the beginners and the others who read python first tiem

  • @Ayaan_khan21
    @Ayaan_khan21 Před 3 měsíci +33

    for convenience use : windows key + ->(arrow key) to split the windows into 2 tabs so that you can code and watch tutorial simultaneously.

  • @jxjatin
    @jxjatin Před 3 měsíci

    This actually helped , Thankyou MAM for making the series

  • @banavathuprem1920
    @banavathuprem1920 Před 3 měsíci +16

    Mam your way of teaching is so good and crystal clear.

  • @user-oo4jk7qx7d
    @user-oo4jk7qx7d Před 2 měsíci

    You are a brilliant Teacher . God bless you.

  • @l.lawleit683
    @l.lawleit683 Před měsícem +2

    53:48
    a = int(input("enter your first number :"))
    b = int(input("enter your second number :"))
    c = int(input("enter your third number :"))
    d = int(input("enter your forth number :"))
    if(a >= b and a >= c and a >=d):
    print("first number is greatest",a)
    elif(b >= a and b >= c and b >=d):
    print("second number is greatest",b)
    elif(c >=a and c >=b and c >=d):
    print("third number is greatest",c)
    else:
    print("forth number is greatest",d)

  • @the_arsh_srivastava
    @the_arsh_srivastava Před 3 měsíci +1

    Thank you ma'am for this beautiful series of python❤

  • @KaramatHussain-pr5sm
    @KaramatHussain-pr5sm Před 3 měsíci

    I have no words for your great efforts Shradha mam and Aman sir❤️ Thank you so much👍

  • @user-rt1xe7md4b
    @user-rt1xe7md4b Před 3 měsíci +2

    i love her method of teaching

  • @vikk98
    @vikk98 Před 3 měsíci +2

    Thank ❤I love your videos from village

  • @garengang
    @garengang Před 3 měsíci +14

    Thank you so much I was curiously waiting for second lecture ❤❤

  • @shuklajikevlogs013
    @shuklajikevlogs013 Před 2 měsíci +1

    Thank you so much shradha ❤didi....and thank you so much for give the python full course....❤🙏....

  • @user-hg9yc2vh4t
    @user-hg9yc2vh4t Před 18 dny

    Tq mam , I finally completed lecture 1 & it's practice Q's . Your way of teaching helped me a lot .

  • @AshishShekhar-yw1cz
    @AshishShekhar-yw1cz Před dnem +1

    Homework Question:
    num1 = int(input("Number1 = "))
    num2 = int(input("Number2 = "))
    num3 = int(input("Number3 = "))
    num4 = int(input("Number4 = "))
    if(num1>=num2 and num1>=num3 and num1>=num4):
    print("Number 1 is greatest.")
    elif(num2>=num1 and num2>num3 and num2>num3):
    print("Number 2 is greatest.")
    elif(num3>=num1 and num3>num2 and num3>num4):
    print("Number 3 is greatest.")
    else:
    print("Number 4 is greatest.")

  • @salonikasera6283
    @salonikasera6283 Před 3 měsíci +2

    Thanks didi you are an excellent teacher
    I have no words for you

  • @technicalstatusmuna4594
    @technicalstatusmuna4594 Před 3 měsíci +8

    Thankyou maam
    Please give a roadmap for machine learning

  • @user-mm7qp6ie7p
    @user-mm7qp6ie7p Před 3 měsíci

    watching your videos from london ,,, mai itna kehna chahta hun you teach way better than the professors we have in our universities ,,,, can't thank you ma'am

  • @chandan3585
    @chandan3585 Před 3 měsíci

    yes, mam love is seen in all lectures by me.. your's unknown well wisher.

  • @aniketkeshari4114
    @aniketkeshari4114 Před 6 dny +1

    A = str(" Do you see $")
    Print(find[$])

  • @ashwanisrivastava2151
    @ashwanisrivastava2151 Před 3 měsíci

    Thank you ma'am for this lecture🎉

  • @nikhilkumarsingh2348
    @nikhilkumarsingh2348 Před měsícem

    Lots of love from Hazaribagh di❤️ ..God bless you alot and goof wishes to u always!!✨️..#started python learning currently 🌟

  • @creativemantra5884
    @creativemantra5884 Před 3 měsíci +2

    a = int(input("input number : "))
    b = 2
    e = a % b
    if(e == 0):
    print("This is an Even number")
    else:
    print("this is an odd number")

  • @pradeepahirwar3663
    @pradeepahirwar3663 Před 3 měsíci

    Thank you Maam. Nice Session Very Useful.

  • @LuckySoni-dw4lp
    @LuckySoni-dw4lp Před 3 měsíci

    Thank you Didi for this amazing course

  • @nabajyotikarmakar3287
    @nabajyotikarmakar3287 Před 3 měsíci +2

    Mam aap bohot ache padhate ho God bless u dil s❤😊

  • @Kurkure_Brahma
    @Kurkure_Brahma Před 3 měsíci +9

    Mam next language C++ full course please ❤

  • @naveenkhanalinnerjourney6206

    Very cool way of teaching. Perfect, Love you teacher!

  • @Qamber2.
    @Qamber2. Před 3 měsíci +1

    ❤ thank for your free courses

  • @vedantbhalerao6273
    @vedantbhalerao6273 Před 11 dny +1


    Strings are a data type that stores a sequence of characters, and can be created in different ways.
    00:01

    Python uses double quotes and escape sequences for creating strings.
    02:06

    Concatenating and finding length of strings in Python
    06:09

    String manipulation in Python and understanding string length and indexing
    08:27

    Slicing in Python involves accessing parts of a string and is crucial for dealing with data in machine learning.
    13:02

    Explaining string indexing and slicing in Python
    15:03

    Backward counting is helpful for string manipulation
    18:50

    Understanding string functions, ends with
    20:47

    Learn about string replacement and find functions in Python
    24:35

    Count function in strings can be used to find the occurrences of a substring
    26:47

    Conditional statements are used to execute code based on specific conditions.
    30:36

    Using indentation and conditional statements in Python
    32:31

    Difference between 'if' and 'lf'
    36:27

    Using 'if' and 'else' statements in Python
    38:22

    Using conditional statements and logical operators to calculate grades.
    42:09

    Using conditional statements to determine grades based on student marks in Python
    44:17

    Even numbers are divisible by two with no remainder
    48:23

    Program to find the greatest value among three numbers
    50:31

    Understanding multiples and basic coding practice

  • @dekuim6601
    @dekuim6601 Před 2 měsíci

    Learning step by step, thank you once again ma'am.

  • @bhaktu29
    @bhaktu29 Před dnem

    a = int(input("Enter first number: "))
    b = int(input("Enter second number: "))
    c = int(input("Enter third number: "))
    d = int(input("Enter fourth number: "))
    if(a >= b and a >= c and a >= d):
    print(a)
    elif(b >= a and b >= c and b >= d):
    print(b)
    elif(c >= a and c >= b and c >= d):
    print(c)
    else:
    print(d)
    it is the write code of Maximum of
    4 numbers

  • @ACQUAINTANCE-UNKNOWN
    @ACQUAINTANCE-UNKNOWN Před 3 měsíci +2

    Thanks didi ❤😊
    HELPS ME A LOT 🙏😌#GULABI DIL
    #GULABI DIL
    #GULABI DIL

  • @AKAK-nn5gy
    @AKAK-nn5gy Před 3 měsíci

    Didi you are awesome. Thank you so much for your time.

  • @learnwithnagma
    @learnwithnagma Před 3 měsíci

    Done didi 🤗✨.
    Thank you so much for your efforts 🙌👍.

  • @prashis8147
    @prashis8147 Před 3 měsíci +10

    Need DSA full Course ❤

  • @user-dq7tv2xw6f
    @user-dq7tv2xw6f Před 19 dny +3

    Thanks for all your help. practice maximum out of 4 different number
    a = int(input("Enter First number"))
    b = int(input("Enter Second number"))
    c = int(input("Enter Third number"))
    d= int(input("Enter Forth number"))
    if a>=b and a>=c and a>=d:
    print("First number is Greatest: ", a)
    elif b>=c and b>=d:
    print("Second number is Greatest: ", b)
    elif c>=d:
    print("Third number is Greatest: ", c)
    else:
    print("Forth number is Greatest: ", d)
    Yeah, I did the same but then i tried giving a three digit input such as a = 67, b = 79, c = 54, d = 525...but it got error after trying very much then i tried replacing three digit number with 2 digit and got it correct...and then realised that its just taking 2 digits from starting in larger digit numbers...if i would put 875 then coz 87 is greater than 79 it will output 875 :)

    • @od.gamer1555
      @od.gamer1555 Před 3 dny

      a = int(input("entern first number"))
      b = int(input("entern first number"))
      c = int(input("entern first number"))
      d = int(input("entern first number"))
      if(a>=b and a >= c):
      print("first number is lergest", a )
      elif(a>= d ):
      print("first number is lergest", a )
      elif(b>=c):
      print("seconmd number is lergest", b )
      elif(c>=d):
      print("seconmd number is lergest", c)
      else:
      print("third is largest",d)
      # WAP to find the greatest of 3 number's entered by the user
      check it

  • @shubhamchatterjee7769
    @shubhamchatterjee7769 Před 3 měsíci

    keep going the session .very helpfull video a lot of thanks to you.

  • @Saurav_Kumar_009
    @Saurav_Kumar_009 Před měsícem

    Thanks You Dii For this lecture ❤️

  • @pradeepprajapat4272
    @pradeepprajapat4272 Před měsícem +1

    Such a great lecture ma'am ❤

  • @roshiniyadav3822
    @roshiniyadav3822 Před dnem

    Hello mam, thanku so much for the wonderful course, I really understand the full concept of python please also do the same course of SQL to us

  • @muhammadshahbaz5021
    @muhammadshahbaz5021 Před 3 měsíci

    Maim me aapki sari videos dekhta hu me O level course kar Raha hu AAP ke samjhane ka tarika bahut accha hai ❤❤❤❤❤❤

  • @pranxten
    @pranxten Před 3 měsíci

    Thank you so much for the lecture

  • @chetanupadhyay8409
    @chetanupadhyay8409 Před 3 měsíci

    Thanks🎉 for this explanation

  • @NexGenNexus36
    @NexGenNexus36 Před 3 měsíci

    Thank you thank you DIDI ❤

  • @user-kf8lr3xq5l
    @user-kf8lr3xq5l Před 3 měsíci

    Thanks mam now you are rocking❤❤❤❤

  • @Hey.its._me.kratika
    @Hey.its._me.kratika Před 2 měsíci

    No regret of persuading Cs as optional subject class 11th after watching this lecture ❤

  • @ersanu108
    @ersanu108 Před 3 měsíci

    your teaching is excellent as you ❤

  • @neonblade209
    @neonblade209 Před měsícem

    Thank you for keeping Quote in the beginning dii

  • @amitshelke9447
    @amitshelke9447 Před 3 měsíci

    Thank you for the insightful lectures. Just a question on Conditional statement question where we tried solving Grades. What if we did not used the 'and' operator.
    marks = int(input("Enter marks of a student"))
    if(marks>=90):
    print("Grade A")
    elif(marks>=80):
    print("Grade B")
    elif(marks>=70):
    print("Grade C")
    else:
    print("Grade D")

  • @akhileshghatate4157
    @akhileshghatate4157 Před 3 dny

    53:49
    a = int(input("Enter num1: "))
    b = int(input("Enter num2: "))
    c = int(input("Enter num3: "))
    d = int(input("Enter num4: "))
    if(a >= b and a >= c and a >= d):
    print("num1 is greatest",a)
    elif(b >= c and b >=d):
    print("num2 is greatest",b)
    elif(c >= d):
    print("num3 is greatest",c)
    else:
    print("num4 is greatest",d)

  • @AYAANGYAAN
    @AYAANGYAAN Před 3 měsíci

    Thank You So Much ❤ Free Course Provide Karne Ke Liye

  • @abhishekyadav2752
    @abhishekyadav2752 Před 3 měsíci

    Abhi aayega na asli mazaa...😅😅❤❤ Thanks maam

  • @ZubairKhan-he8os
    @ZubairKhan-he8os Před měsícem

    Thanks for the video ❤

  • @Asadneon
    @Asadneon Před 2 měsíci

    thank you so much for this lecture

  • @user-jf5bl5gs6m
    @user-jf5bl5gs6m Před 3 měsíci +1

    Thank you ❤

  • @enjoyable.day1M
    @enjoyable.day1M Před 3 měsíci

    Thank you Ma'am ❤

  • @balajeesharma7072
    @balajeesharma7072 Před 3 měsíci +6

    This is the best lecture ever

  • @user-wb5pp7zw1z
    @user-wb5pp7zw1z Před 3 měsíci

    shradha maam i am a student of AI our whole class including male and female always watch your courses so, plz kindly upload more python and advanced python series with NEW AND MORE projects python is very necessary for us so,help us to figure it out.

  • @Airborne2003
    @Airborne2003 Před 2 měsíci

    Thank you so much ma'am ❤

  • @user-dn6hs8qi7g
    @user-dn6hs8qi7g Před 17 dny

    Today for the 1st time I have coded, I have watched the 1st Chapter and just finished the second chapter. I am enjoying this session a lot
    print(" You've made learning fun.
    THANK YOU SHRADHA DI")
    These are the Q which I tried myself :
    # to check if the no. entered by the user is Even or Odd
    X=int(input("Enter your no. : "))
    if(X%2==0):
    a = "Even"
    else:
    a = "Odd"
    print("The no. is", a)
    # to find the greatest of 3 numbers entered by the user
    X=float(input("Enter 1st no. : "))
    Y=float(input("Enter 2nd no. : "))
    Z=float(input("Enter 3rd no. : "))
    if(X>Y and X>Z):
    a=X
    elif(Y>Z):
    a=Y
    else:
    a=Z
    print("the greatest Value is :", a)
    # to check if the no. is a multiple of 7 or not
    X=int(input("Enter your no. : "))
    if(X%7==0):
    print("Yes, the no. is multiple of '7'")
    else:
    print("No, the no. is not a multiple of '7'")

  • @STORM_GAMBIT
    @STORM_GAMBIT Před 22 dny

    In practice question 2 of conditional statement : why used a '>=' operator, i think to find greatest no we must use '>' operator, because user can pass same value to the number.

  • @Airborne2003
    @Airborne2003 Před 3 měsíci

    Thankyou so much ma'am ❤

  • @atifmalik8012
    @atifmalik8012 Před 3 měsíci +6

    H.w problem
    a = int(input("enter first number: "))
    b = int(input("enter second number:"))
    c = int(input("enter third number: "))
    d = int(input("enter fourth number: "))
    If(a>=b and a>=c and a>=d):
    Print("first number is largest" , a)
    elif(b>=c and b>=d):
    Print("second number is largest", b)
    elif(c>=d):
    Print("third number is largest", c)
    else:
    Print("fourth number is largest" , d)
    I think this is right 👍 53:45😅

  • @user-wm4ft5hc7y
    @user-wm4ft5hc7y Před 3 měsíci +2

    Please make a video of all the patterns of python

  • @veenatanwani2341
    @veenatanwani2341 Před 3 měsíci

    we can put eval in place of int and float

  • @mikeytoman4153
    @mikeytoman4153 Před 3 měsíci +1

    42.48 we do not need code mark

    • @mikeytoman4153
      @mikeytoman4153 Před 3 měsíci +1

      @Shradha Khapra Didi please check and tell me if i am right or wrong I am new!

  • @_nitesh000_
    @_nitesh000_ Před 3 měsíci

    There is no need to learn python basics . I'm saying it because now in tech industry 4.0 these python basics code can be done by using generative Ai. As a beginner we can learn but not as pro, python codes can be used by using blackbox in vscode . ❤
    In the end I'm gonna say thnks to apna college and their team to start this wonderful python series for beginners and 11 th 12 th students 😅❤️👍

  • @gita_singh1416
    @gita_singh1416 Před 3 měsíci

    🌹 Wonderful Session 🎉

  • @seekhoaursikhao4046
    @seekhoaursikhao4046 Před měsícem

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

  • @arfatshaikh8537
    @arfatshaikh8537 Před 16 dny

    grade= int(input("Enter your markes: "))
    if grade >= 90:
    print("Your Grade is A")
    elif grade >= 80:
    print("Your Grade is B ")
    elif grade >= 70:
    print("Your Grade is C")
    else:
    print("You are ढ ")

  • @BeautifulWorld23456
    @BeautifulWorld23456 Před 3 měsíci +1

    It would be helpful if you could divide each lecture into chapters to make it easier to find specific topics later for revision.
    Thanks in anticipation.

  • @Tamzupy
    @Tamzupy Před 14 dny

    Highest number in 4 numbers:
    a=int(input("Enter frist number: "))
    b=int(input("Enter second number: "))
    c=int(input("Enter thard number: "))
    d=int(input("Enter forth number: "))
    if(a>=b and a>=c and a>=d):
    print("The largest number is %s." %a)
    elif(b>=c and b>=d):
    print("The largest number is %s." % b)
    elif(c>=d):
    print("The largest number is %s." % c)
    else:
    print("The largest number is %s." % d)

  • @warrior_sahil356
    @warrior_sahil356 Před 19 dny +1

    di my code for greatest of three number with some modifications:
    num1=int(input("Enter first number:"))
    num2=int(input("Enter second number:"))
    num3=int(input("Enter third number:"))
    if(num1>=num2 and num1>=num3):
    if(num1==num2):
    print("both first and second number are greatest")
    elif(num1==num3):
    print("both first and third number are greatest")
    else:
    print("first number is greatest")
    elif(num2==num3):
    print("both second and third number are greatest")
    elif(num2>=num3):
    print("second number is greatest")
    else:
    print("THird number is greatest")
    FOR FOUR NUMBERS:
    num1=int(input("Enter first number:"))
    num2=int(input("Enter second number:"))
    num3=int(input("Enter third number:"))
    num4=int(input("Enter fourth number:"))
    if(num1>=num2 and num1>=num3 and num1>=num4):
    if(num1==num2):
    print("both first and second number are greatest")
    elif(num1==num3):
    print("both first and third number are greatest")
    elif(num1==num4):
    print("both first and fourth number are greatest")
    else:
    print("first number is greatest")
    elif(num2>=num3 and num2>=num4):
    if(num2==num3):
    print("both numbers second and third are greatest")
    elif(num2==num4):
    print("both numbers second and fourth are greatest")
    else:
    print("number second is grearest")
    elif(num3>=num4):
    if(num3==num4):
    print("both third and fourth number are greatest")
    else:
    print("number three is greatest")
    else:
    print("number four is greatest")
    thank you for the hint in the video😊

  • @user-fz4cb4mn4s
    @user-fz4cb4mn4s Před 21 dnem +1

    great ☺miss SHRADHA , from Pakistan

  • @Zainulabiden24
    @Zainulabiden24 Před měsícem

    Thank you mam!
    Please make a full playlist for data science.

  • @jaiminraval3745
    @jaiminraval3745 Před 3 měsíci

    Thank you sister 🙏🏻

  • @anshrahkhan1249
    @anshrahkhan1249 Před 3 měsíci +1

    Thank you so much

  • @jpgsweethome3732
    @jpgsweethome3732 Před 3 měsíci

    hlw mam i m those person who non tech background. but i m geeting interest to watch ur vedio . now i m so frendiliy of that.all credit goes to you,thanku so much didi

  • @BaltiBulbul
    @BaltiBulbul Před měsícem

    love you mam kasam sa kia samjata hy
    ma na pura youtube chan mara hy ap jasa koi python nahi samjta , love you and god bless you

  • @RAJMANSOORII
    @RAJMANSOORII Před 3 měsíci +1

    Thank you mam❤❤❤

  • @youknowme7248
    @youknowme7248 Před 18 dny

    number1=int(input("enter first no"))
    number2=int(input("enter second no"))
    number3=int(input("enter third no"))
    number4=int(input("enter fourth no"))
    if(number1>number2 and number1>number3 and number1>number4):
    print("number1 is greater")
    elseif(number2>number3 and number2>number4):
    print("number 2 is geater")
    elseif(number3>number4):
    print("number 3 is greater")
    else:
    print("number 4 is greater")

  • @nishaanjum4901
    @nishaanjum4901 Před měsícem

    very well done!

  • @Addysvibe
    @Addysvibe Před 20 dny

    Thank you very much

  • @user-of1zz9ul4y
    @user-of1zz9ul4y Před 8 dny

    Thanks❤🙏

  • @riyarai2007
    @riyarai2007 Před měsícem

    I think in the grading program we can just write only one condition in elif function like only >=80 as it is elif statement which will only run if the if statement is false i.e. when marks are less than 90.
    Here is my code (Please give feedback about it):
    marks=float(input("Marks of the student: "))
    if marks >=90 :
    print("A")
    elif marks >=80 :
    print("B")
    elif marks >=70 :
    print("C")
    else:
    print("D")

  • @sundarkumar-rx5nc
    @sundarkumar-rx5nc Před 3 měsíci

    Thank you di 😊

  • @IdiotGeek
    @IdiotGeek Před 3 měsíci

    She is really good teacher. Anyone can understand

  • @amminaiqball
    @amminaiqball Před 3 měsíci +2

    i am from Pakistan maam you are very good teacher. Thank you so much I was curiously waiting for the second lecture ❤❤

  • @kirankariyannanavar9372
    @kirankariyannanavar9372 Před 3 měsíci +2

    I am very happy to learn coding ❤❤

    • @Tarunchauhan444
      @Tarunchauhan444 Před 3 měsíci

      youtube.com/@Tarun-Thakur77?si=d8bVOp0FD9PEv6si

  • @ronakmahidharia407
    @ronakmahidharia407 Před 18 dny

    Highest 4 number example:
    # 4 numbers
    num1 = int(input("Enter a number 1: "))
    num2 = int(input("Enter a number 2: "))
    num3 = int(input("Enter a number 3: "))
    num4 = int(input("Enter a number 4: "))
    if(num1 > num2 and num1 > num3 and num1 > num4):
    print("Number 1 is greater", num1)
    elif(num2 > num3 and num2 > num4):
    print("Number 2 is greater", num2)
    elif(num3 > num4):
    print("Number 3 is greater", num3)
    else:
    print("Number 4 is greater", num4)

  • @Raghu.Bansal
    @Raghu.Bansal Před 3 měsíci

    Thanks for this python course as it is very helpful. Can you also make the tutorials on React JS in continuation with the JavaScript playlist as it will be helpful to learn complete frontend development.
    Thank you

  • @user-uj5nn6cr3q
    @user-uj5nn6cr3q Před 3 měsíci

    Thankyou so much mam ....................................................................................