Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python check if variables are the same

values = [x, y, z]  # can contain any number of values
if all(v == 1 for v in values):
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #check #variables
ADD COMMENT
Topic
Name
2+9 =