Comparing strings in python

preview_player
Показать описание
In this tutorial we will learn about how to compare between strings. Also we will learn about the ascii values and chr() and ord() functions.
Рекомендации по теме
Комментарии
Автор

I think this video is seriously underrated. Thank you very much for the material, I spent some time looking for this information.

userw
Автор

Sir ("abc"<"abc")
Condition is true right what is the reason because same condition and two string under which is return and condition is true or false

swapnaliwalke