What is == mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is == mean?

6th Aug 2016, 1:59 PM
Heri Susilo
Heri Susilo - avatar
3 Answers
+ 1
== means "is equals to" and returns True or False, = sets the value Example: a = 1 means that from now on the value of a is 1 a == 1 will return True in this case, because it compares left side a (which is set to 1) with right side 1.
8th Aug 2016, 9:05 PM
Katarzyna Surma
Katarzyna Surma - avatar
0
equal
9th Aug 2016, 8:52 PM
Adjed boumediene
Adjed boumediene - avatar
0
"==" shows the equality b/w two things. "=" is the assigning oprator
24th Sep 2016, 4:04 PM
Abdul Azeez
Abdul Azeez - avatar