Hi, would need your thoughts to find the diff between the two strings. Have gone through the article but somehow I could not fetch the write solutions.
c1 = 'X+v//wwAAAAmNjY0Wm+DhsDZ2TyBnLw9JDFw2YUsthQViGonKRuO/UZETzIzMTYx'
c2 = 'X+v//wwAAAAmNjY0Wm+DhsDZ2TyBnLw9JDFw2YUsthQViGonKRuO/UZETzIzMTYx'
c1 is c2 returns False but c1 == c2 returns True Not sure how to fix this error.