+ 1

What does (==)used for in Python?

Describe it.

17th Dec 2020, 4:55 AM
Hamza Haji Abagidi
Hamza Haji Abagidi - avatar
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
17th Dec 2020, 4:56 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 1
== is used as a comparison operator in python Eg. print (2==2) returns true
6th Jan 2021, 6:29 AM
S. V. Shivaani
S. V. Shivaani - avatar