Can any one tell me what is == sign for ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can any one tell me what is == sign for ?

18th Feb 2019, 1:00 PM
Shuja Shehzad
Shuja Shehzad - avatar
2 Answers
+ 3
That is a comparison operator. At least it is in Python. https://www.programiz.com/python-programming/operators
18th Feb 2019, 1:09 PM
Chris
Chris - avatar
+ 3
// This sign "==" is used to compare if the variable have the same value.
29th Mar 2019, 6:10 PM
program
program - avatar