Ask Now
Course Intro
Curriculum
Get Started
1 / 4
두 값이 같은지 비교하는 비교 연산자는 무엇인가요?
a
=
5;
b
=
3;
print(a
b)
#
False
==
!=
=
+=
Previous
Confirm