Python program to check two strings are equal or not

Python program to check if two strings are the same(case sensitivity)

In this tutorial, we are going to learn writing a python program to check if two given strings given input by the user are the same or not. Problem Statement For any two input strings, we have to check if strings are same or not. For example: Our logic to check if two strings are … Read more