Bandingkan string python

text1 = 'apple'

text2 = 'apple'

text1 == text2

#RETURNS true
Delta Sierra