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

What's this mean?

I am new to python and am confused on what this means "h" != "w" it was in the statement assert "h" != "w"

10th May 2019, 11:07 PM
GD cheerios YT
GD cheerios YT - avatar
1 Answer
+ 5
"h" != "w" does the String "h" not equal the String "w" results of this expression is true assigning sign: = testing equal sign: == testing inequality sign: !=
10th May 2019, 11:13 PM
Anton Böhler
Anton Böhler - avatar