+ 1
What double equal sign (==) denotes?
8 odpowiedzi
+ 6
comparison of values
+ 6
Double equal sign is comparing 2 values and seeing if they are equal to one another.For example
if x==x:
print ("lol")
Would print lol
+ 1
single (=) denotes assigning values......double(==) denotes to check the values
0
knowing everything in this app is just a starting point
0
(==)means comparison between two variables, while a single (=) sign is assigning a value to a variable
0
== equals operator compares the hascode not the string content.
- 1
pls if I know all the stuffs in this app does that mean I know everything on python? ?
- 2
I think it just means equal too. One = sign is asigning varable to something two == is math problem equals