+ 1
Can any one tell me what is == sign for ?
2 Respuestas
+ 3
That is a comparison operator. At least it is in Python.
https://www.programiz.com/python-programming/operators
+ 3
// This sign "==" is used to compare if the variable have the same value.