Write an algorithm to compare two strings. Check if they are equal or not. If equal return True. Else False.
True
False
If string1 is "codela" and string2 is "cdl" output return must be False.
codela
cdl
Log in to make your opinion count.