Comparez String Python
text1 = 'apple'
text2 = 'apple'
text1 == text2
#RETURNS true
Delta Sierra
text1 = 'apple'
text2 = 'apple'
text1 == text2
#RETURNS true