Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

compare string python

text1 = 'apple'

text2 = 'apple'

text1 == text2

#RETURNS true
 
PREVIOUS NEXT
Tagged: #compare #string #python
ADD COMMENT
Topic
Name
8+7 =