thanks for your information and finally my doubts fully cleared
@AnonymousUser17059 Жыл бұрын
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).
@RuralLifeAndNature4 ай бұрын
Your way of reaching is amazing. I learnt a lot from you. Love from Pakistan
@ashishtayade047 Жыл бұрын
Thank you sir very nice gide & very nice information comparison operator teaching video.👍
@muditgurha8021 Жыл бұрын
Sir,please add playlist of searching and its type in detail in c language. 🙏🙏🙏
@zeniio8 ай бұрын
thank you. I have a computing test and I was struggling to grab the idea of what comparison operators are.
@MineCharge3 ай бұрын
Me too now tho
@freedomquoteАй бұрын
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
@AbbuMishra-x9iКүн бұрын
Excellent ppt,😍
@NathanGeorgeAlexander4 ай бұрын
Very relevant 😊
@HimanshuVerma-ig5tw Жыл бұрын
False, because ascii value of p
@anandmani150410 ай бұрын
Yes
@devyanirangarkar29399 күн бұрын
Excellent ppt
@Chikoi_Mulenga8 ай бұрын
The answer is false x is not greater than or equal to y
@awesomeright632311 ай бұрын
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.
@Cloudxxx237 ай бұрын
1:33 Hi. How do you read this logic, 50000
@KaustavBhatnagar-z6s4 ай бұрын
Answer is 'False' 👍👍
@AbbuMishra-x9iКүн бұрын
Output : False 😊
@rolexsir9122 Жыл бұрын
Good explanation but you can improve it with more examples
@ECEKOTESWARARAOM Жыл бұрын
Output:False
@minniecharm Жыл бұрын
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.
@mahrukh83419 ай бұрын
h.w ans false
@simplyadorables Жыл бұрын
Neither x is greater or equal to y. so the answer to the problem is False.
@boopathimohu7657 Жыл бұрын
HW: False
@jingersatuh6322 Жыл бұрын
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").
@AbbuMishra-x9iКүн бұрын
The answer is false X 🎉 x is not greater than or equal to you ❤❤❤😅😅😅😅😊😊
@NursePrudy Жыл бұрын
the answer gave me a False
@klevver6915 Жыл бұрын
false
@navyaswarup9573 Жыл бұрын
False
@DheerajYadav-b5n3 ай бұрын
False h answer
@arapparition5140 Жыл бұрын
false :)
@mudavathnaresh4395 ай бұрын
FALSE
@HeryMwagalaАй бұрын
The answer is false because x is not greater or equal to y