How to compare to strings in python 3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vinnygod
    New Member
    • Jan 2013
    • 1

    How to compare to strings in python 3

    say the user inputs 2 strings
    aaaabcddd
    aaabbccdd

    i need to figure out how to compare each charecter and the ones that dont match would be uppercased.

    aaaAbcDdd
    aaaBbcCdd
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    vinnygod,

    Have you tried to write code? We are not here to write code for you, but will be glad to help you with your code.

    Comment

    Working...