Python Forum
Python Forum
>
Python Coding
>
General Coding Help
> Need code in Python
Full Version:
Need code in Python
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
pbr1413
Dec-29-2018, 03:35 PM
Dear All,
How to compare two strings character by character in python?
Thanks
Balaji
ichabod801
Dec-29-2018, 03:58 PM
if first_string == second_string:
Python Forum
>
Python Coding
>
General Coding Help
> Need code in Python