Python Forum

Full Version: Need code in Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear All,
How to compare two strings character by character in python?

Thanks
Balaji
if first_string == second_string: