What is == | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What is ==

i dont know this ==

15th Apr 2017, 6:34 AM
Arsh Hasan
Arsh Hasan - avatar
1 ответ
+ 11
This one is used in boolean logic. It means "is equal to". example: 1==1 True 1==2 False And some of other boolean operators are != ("is not equal to"), > and < ("greater","smaller"), >= and <= ("greater or equal","smaller or equal")
15th Apr 2017, 6:47 AM
Tim Thuma
Tim Thuma - avatar