Comparison Operators in Python

  Рет қаралды 31,682

Neso Academy

Neso Academy

Күн бұрын

Пікірлер: 46
@Arun1986-r1x
@Arun1986-r1x Жыл бұрын
thanks for your information and finally my doubts fully cleared
@AnonymousUser17059
@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).
@RuralLifeAndNature
@RuralLifeAndNature 4 ай бұрын
Your way of reaching is amazing. I learnt a lot from you. Love from Pakistan
@ashishtayade047
@ashishtayade047 Жыл бұрын
Thank you sir very nice gide & very nice information comparison operator teaching video.👍
@muditgurha8021
@muditgurha8021 Жыл бұрын
Sir,please add playlist of searching and its type in detail in c language. 🙏🙏🙏
@zeniio
@zeniio 8 ай бұрын
thank you. I have a computing test and I was struggling to grab the idea of what comparison operators are.
@MineCharge
@MineCharge 3 ай бұрын
Me too now tho
@freedomquote
@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
@AbbuMishra-x9i Күн бұрын
Excellent ppt,😍
@NathanGeorgeAlexander
@NathanGeorgeAlexander 4 ай бұрын
Very relevant 😊
@HimanshuVerma-ig5tw
@HimanshuVerma-ig5tw Жыл бұрын
False, because ascii value of p
@anandmani1504
@anandmani1504 10 ай бұрын
Yes
@devyanirangarkar2939
@devyanirangarkar2939 9 күн бұрын
Excellent ppt
@Chikoi_Mulenga
@Chikoi_Mulenga 8 ай бұрын
The answer is false x is not greater than or equal to y
@awesomeright6323
@awesomeright6323 11 ай бұрын
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.
@Cloudxxx23
@Cloudxxx23 7 ай бұрын
1:33 Hi. How do you read this logic, 50000
@KaustavBhatnagar-z6s
@KaustavBhatnagar-z6s 4 ай бұрын
Answer is 'False' 👍👍
@AbbuMishra-x9i
@AbbuMishra-x9i Күн бұрын
Output : False 😊
@rolexsir9122
@rolexsir9122 Жыл бұрын
Good explanation but you can improve it with more examples
@ECEKOTESWARARAOM
@ECEKOTESWARARAOM Жыл бұрын
Output:False
@minniecharm
@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.
@mahrukh8341
@mahrukh8341 9 ай бұрын
h.w ans false
@simplyadorables
@simplyadorables Жыл бұрын
Neither x is greater or equal to y. so the answer to the problem is False.
@boopathimohu7657
@boopathimohu7657 Жыл бұрын
HW: False
@jingersatuh6322
@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
@AbbuMishra-x9i Күн бұрын
The answer is false X 🎉 x is not greater than or equal to you ❤❤❤😅😅😅😅😊😊
@NursePrudy
@NursePrudy Жыл бұрын
the answer gave me a False
@klevver6915
@klevver6915 Жыл бұрын
false
@navyaswarup9573
@navyaswarup9573 Жыл бұрын
False
@DheerajYadav-b5n
@DheerajYadav-b5n 3 ай бұрын
False h answer
@arapparition5140
@arapparition5140 Жыл бұрын
false :)
@mudavathnaresh439
@mudavathnaresh439 5 ай бұрын
FALSE
@HeryMwagala
@HeryMwagala Ай бұрын
The answer is false because x is not greater or equal to y
@bhanuchandramadala7226
@bhanuchandramadala7226 Жыл бұрын
false
@rathinsinha5646
@rathinsinha5646 11 ай бұрын
False
@Daily-j2h
@Daily-j2h 11 ай бұрын
False
@minniecharm
@minniecharm Жыл бұрын
false
@anandmani1504
@anandmani1504 10 ай бұрын
False
@IdirisAbdiwahid
@IdirisAbdiwahid 11 ай бұрын
false
@JuanRodriguez-ke2gq
@JuanRodriguez-ke2gq 10 ай бұрын
False
@nandhitha2962
@nandhitha2962 8 ай бұрын
false
@chetanjena8772
@chetanjena8772 10 ай бұрын
False
@GUNDLAMADUGUVISHNUVARDHAN2022
@GUNDLAMADUGUVISHNUVARDHAN2022 5 ай бұрын
false
@AkoladeLateef
@AkoladeLateef 5 ай бұрын
False
@PanditPlate
@PanditPlate 2 ай бұрын
False
Logical Operators in Python
15:12
Neso Academy
Рет қаралды 38 М.
List Comprehension in Python
10:23
Neso Academy
Рет қаралды 34 М.
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Arithmetic Operators in Python
12:05
Neso Academy
Рет қаралды 63 М.
The if Statement in Python
18:25
Neso Academy
Рет қаралды 20 М.
Introduction to Tuples in Python
9:27
Neso Academy
Рет қаралды 30 М.
Bitwise Right Shift Operator in Python
11:35
Neso Academy
Рет қаралды 44 М.
Expressions in Python (Part 1)
14:04
Neso Academy
Рет қаралды 18 М.
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН