cmpStr = "abc"upperStr = "ABC"lowerStr = "abc"print "Case Sensitive Compare"if cmpStr == lowerStr: print lowerStr + " Matches " + cmpStrif cmpStr == upperStr: print upperStr + " Matches " + cmpStr
Name (required)
email (will not be published) (required)
Website