Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

what does == mean in python

# in python == means that is a comparisson operator meaning it compares if one 
# variable equals the other. Instead of using one = since that will assign
# a value we use ==
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
5+9 =