filmov
tv
How to check if Strings are Equal in Python?

Показать описание
To check if given two strings: x an y, are equal in Python, you can use Equal-to comparison operator ==. The operator returns True if the strings are equal, or False otherwise. You can use the expression x==y as a condition in if-else statement.
References
=========
Python Tutorial
References
=========
Python Tutorial