1.

tuple_a='a','b'tuple_b=('a','b')print (tuple_a==tuple_b)

Answer» Ans:

True

Since both the variables are in tuple type.


Discussion

No Comment Found