Comparison Operators in Python

Поділитися
Вставка
  • Опубліковано 12 січ 2025

КОМЕНТАРІ • 42

  • @Arun1986-r1x
    @Arun1986-r1x Рік тому +6

    thanks for your information and finally my doubts fully cleared

  • @AnonymousUser17059
    @AnonymousUser17059 Рік тому +11

    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).

  • @RuralLifeAndNature
    @RuralLifeAndNature 4 місяці тому

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

  • @freedomquote
    @freedomquote 23 дні тому +1

    x='apple'
    y='appricot'
    print (x>=y)
    #results to false
    #also for those wondering if it'll convert it into ASCII and compare its sum
    print('brag'>='grab')
    #ASCII value of brag and grab is same still it'll print false bC we're comparing two string not nums

  • @ashishtayade047
    @ashishtayade047 Рік тому +2

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

  • @muditgurha8021
    @muditgurha8021 Рік тому +4

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

  • @zeniio
    @zeniio 8 місяців тому +1

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

  • @NathanGeorgeAlexander
    @NathanGeorgeAlexander 4 місяці тому +1

    Very relevant 😊

  • @HimanshuVerma-ig5tw
    @HimanshuVerma-ig5tw Рік тому +3

    False, because ascii value of p

  • @awesomeright6323
    @awesomeright6323 11 місяців тому +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.

  • @Chikoi_Mulenga
    @Chikoi_Mulenga 8 місяців тому +4

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

  • @KaustavBhatnagar-z6s
    @KaustavBhatnagar-z6s 4 місяці тому

    Answer is 'False' 👍👍

  • @jingersatuh6322
    @jingersatuh6322 Рік тому +2

    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").

  • @MinnieCharm
    @MinnieCharm Рік тому +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.

  • @rolexsir9122
    @rolexsir9122 Рік тому

    Good explanation but you can improve it with more examples

  • @Cloudxxx23
    @Cloudxxx23 6 місяців тому

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

  • @ECEKOTESWARARAOM
    @ECEKOTESWARARAOM Рік тому

    Output:False

  • @simplyadorables
    @simplyadorables 11 місяців тому

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

  • @mahrukh8341
    @mahrukh8341 9 місяців тому

    h.w ans false

  • @boopathimohu7657
    @boopathimohu7657 Рік тому

    HW: False

  • @NursePrudy
    @NursePrudy 11 місяців тому

    the answer gave me a False

  • @klevver6915
    @klevver6915 Рік тому

    false

  • @navyaswarup9573
    @navyaswarup9573 Рік тому

    False

  • @DheerajYadav-b5n
    @DheerajYadav-b5n 2 місяці тому

    False h answer

  • @mudavathnaresh439
    @mudavathnaresh439 4 місяці тому

    FALSE

  • @arapparition5140
    @arapparition5140 Рік тому

    false :)

  • @HeryMwagala
    @HeryMwagala 26 днів тому

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

  • @bhanuchandramadala7226
    @bhanuchandramadala7226 Рік тому

    false

  • @rathinsinha5646
    @rathinsinha5646 11 місяців тому

    False

  • @MinnieCharm
    @MinnieCharm Рік тому

    false

  • @Daily-j2h
    @Daily-j2h 11 місяців тому

    False

  • @anandmani1504
    @anandmani1504 10 місяців тому

    False

  • @IdirisAbdiwahid
    @IdirisAbdiwahid 10 місяців тому

    false

  • @JuanRodriguez-ke2gq
    @JuanRodriguez-ke2gq 10 місяців тому

    False

  • @nandhitha2962
    @nandhitha2962 8 місяців тому

    false

  • @chetanjena8772
    @chetanjena8772 9 місяців тому

    False

  • @GUNDLAMADUGUVISHNUVARDHAN2022
    @GUNDLAMADUGUVISHNUVARDHAN2022 5 місяців тому

    false

  • @AkoladeLateef
    @AkoladeLateef 4 місяці тому

    False

  • @PanditPlate
    @PanditPlate 2 місяці тому

    False