How to check if Strings are Equal in Python?

preview_player
Показать описание
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
Рекомендации по теме
welcome to shbcf.ru