+ 1
What does (==)used for in Python?
Describe it.
3 Answers
+ 4
Kindly use the search bar and read the lessons carefully along with the comments associated with each lessons .Actually those comments are more informative than the lessons ...Lol
https://www.sololearn.com/Discuss/2252091/?ref=app
+ 1
== is used as a comparison operator in python
Eg. print (2==2) returns true