Comparison Operators in Python

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • Python Programming: Comparison Operators in Python
    Topics discussed:
    1. Introduction to Comparison Operators in Python.
    2. Greater Than Operator.
    3. Less Than Operator.
    4. Equal To Operator.
    5. Less Than or Equal To Operator.
    6. Greater Than or Equal To Operator.
    7. Not Equal To Operator.
    Python Programming Playlist: • Python Programming
    Follow Neso Academy on Instagram: @nesoacademy (bit.ly/2XP63OE)
    Contribute: www.nesoacadem...
    Memberships: bit.ly/2U7YSPI
    Books: www.nesoacadem...
    Website ► www.nesoacadem...
    Forum ► forum.nesoacad...
    Facebook ► goo.gl/Nt0PmB
    Twitter ► / nesoacademy
    Music:
    Axol x Alex Skrindo - You [NCS Release]
    #PythonByNeso #PythonProgramming #OperatorsInPython

Комментарии • 36

  • @RuralLifeAndNature
    @RuralLifeAndNature 6 дней назад

    Your way of reaching is amazing. I learnt a lot from you. Love from Pakistan

  • @user-sm2dm9er5b
    @user-sm2dm9er5b Год назад +5

    thanks for your information and finally my doubts fully cleared

  • @zeniio
    @zeniio 4 месяца назад +1

    thank you. I have a computing test and I was struggling to grab the idea of what comparison operators are.

  • @AnonymousUser17059
    @AnonymousUser17059 Год назад +9

    The answer is "FALSE", due to the ASCII value of the third character of both strings being different i.e. p(112) is not LTE r(114).

  • @ashishtayade047
    @ashishtayade047 Год назад +2

    Thank you sir very nice gide & very nice information comparison operator teaching video.👍

  • @awesomeright6323
    @awesomeright6323 6 месяцев назад +1

    the result is true In Python, string comparison is performed lexicographically based on the ASCII values of the characters. In this case, the string 'apple' is lexicographically greater than the string ' apricot'. Therefore, x is considered greater than or equal to y, resulting in True being printed.

  • @muditgurha8021
    @muditgurha8021 Год назад +4

    Sir,please add playlist of searching and its type in detail in c language. 🙏🙏🙏

  • @user-lw1xx5ys5g
    @user-lw1xx5ys5g 6 дней назад

    Very relevant 😊

  • @HimanshuVerma-ig5tw
    @HimanshuVerma-ig5tw 11 месяцев назад +3

    False, because ascii value of p

  • @user-dg3fg2uy1h
    @user-dg3fg2uy1h 4 месяца назад +2

    The answer is false x is not greater than or equal to y

  • @rolexsir9122
    @rolexsir9122 10 месяцев назад

    Good explanation but you can improve it with more examples

  • @St4rNoelleYT
    @St4rNoelleYT 10 месяцев назад +2

    The answer will be False because x is not equal to or greater than y if you look at how many words both of them have.

  • @jingersatuh6322
    @jingersatuh6322 8 месяцев назад +1

    False. In this case, "apple" is considered less than "apricot" because, at the first differing character, 'p' (in "apple") has a lower Unicode value compared to 'r' (in "apricot").

  • @ECEKOTESWARARAOM
    @ECEKOTESWARARAOM Год назад

    Output:False

  • @KingNefe
    @KingNefe 7 месяцев назад

    Neither x is greater or equal to y.
    so the answer to the problem is False.

  • @mahrukh8341
    @mahrukh8341 5 месяцев назад

    h.w ans false

  • @boopathimohu7657
    @boopathimohu7657 9 месяцев назад

    HW: False

  • @futurebillionaire-h1t
    @futurebillionaire-h1t 10 месяцев назад

    the answer is false in the homework problem.

  • @NursePrudy
    @NursePrudy 7 месяцев назад

    the answer gave me a False

  • @navyaswarup9573
    @navyaswarup9573 10 месяцев назад

    False

  • @Cloudxxx23
    @Cloudxxx23 2 месяца назад

    1:33 Hi. How do you read this logic, 50000

  • @bhanuchandramadala7226
    @bhanuchandramadala7226 11 месяцев назад

    false

  • @mudavathnaresh439
    @mudavathnaresh439 14 дней назад

    FALSE

  • @arapparition5140
    @arapparition5140 7 месяцев назад

    false :)

  • @AkoladeLateef
    @AkoladeLateef 14 дней назад

    False

  • @St4rNoelleYT
    @St4rNoelleYT 10 месяцев назад

    false

  • @klevver6915
    @klevver6915 Год назад

    false

  • @GUNDLAMADUGUVISHNUVARDHAN2022
    @GUNDLAMADUGUVISHNUVARDHAN2022 Месяц назад

    false

  • @chetanjena8772
    @chetanjena8772 5 месяцев назад

    False

  • @JuanRodriguez-ke2gq
    @JuanRodriguez-ke2gq 5 месяцев назад

    False

  • @anandmani1504
    @anandmani1504 6 месяцев назад

    False

  • @user-vw4pf8ts5s
    @user-vw4pf8ts5s 6 месяцев назад

    False

  • @nandhitha2962
    @nandhitha2962 4 месяца назад

    false

  • @user-oy5vi2cu6y
    @user-oy5vi2cu6y 6 месяцев назад

    false

  • @rathinsinha5646
    @rathinsinha5646 7 месяцев назад

    False