Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python string equality

str = "hello"
print("hello" == "hello") # prints True
 
PREVIOUS NEXT
Tagged: #python #string #equality
ADD COMMENT
Topic
Name
6+6 =