-
a==b


-
x=10


-
OR operator


-
a=5
print(a)


-
print('the sum of x and y is ', z)

A.
Specifies that one variable is equal to another variable.

B.
Outputs text and the value of the variable z.

C.
Assigns the value 10.

D.
Outputs the value 5.

E.
Only one condition needs to be true.