Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python two string equal

player_one_score = "100"
player_two_score = "100"

if player_one_score is player_two_score:
print("Player #1 and #2 have the same number of points.")
else:
	print("Player #1 and #2 do not have the same number of points.")
Source by careerkarma.com #
 
PREVIOUS NEXT
Tagged: #python #string #equal
ADD COMMENT
Topic
Name
6+3 =