Comparing among data type | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Comparing among data type

Hi,I were playing a challenge and I have found a question include comparing between two lists like this [1,2,3,4]> [1,2,3] The rest was False 🤠 That's make me think about more comparing possiblities like comparing between a string and another...etc can someone explain how can I find the result and thanks ♥️

24th Aug 2022, 5:58 PM
Moha Riad
Moha Riad - avatar
1 Answer
+ 3
You can normally compare built-in types. It depends on the implementation of methods __eq__and __gt__ how comparison is done.
24th Aug 2022, 6:24 PM
Oma Falk
Oma Falk - avatar