75.4k views
1 vote
In Python the __________ symbol is used as the equality operator.

a. ==
b. <>
c. <=
d. !=

User Foxsly
by
7.7k points

1 Answer

2 votes

Final answer:

The equality operator in Python is represented by the == symbol.

Step-by-step explanation:

In Python, the == symbol is used as the equality operator.

User Davmos
by
7.1k points