Compare two strings : String Compare : String PYTHON examples


PYTHON examples » String » String Compare »

 

Compare two strings



guess = "a"
correct = "b"
if guess == correct:
    print "That's it!n"


           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo String
» String Compare