Ask Now
Course Intro
Curriculum
Get Started
1 / 4
What is the comparison operator to check if two values are equal?
a
=
5;
b
=
3;
print(a
b)
#
False
==
!=
=
+=
Previous
Confirm