Skip to content

nickdavies791/compare-strings-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Compare Strings

Compare two strings in Python to check if they are identical.

Usage

$ python compare.py Nick Nick
a: Nick
b: Nick
The strings are both the same
The first three characters are the same
$ python compare.py Nick Nicola
a: Nick
b: Nicola
The strings are different
The first three characters are the same

About

Compare two strings in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages