Q44
What will be the output of the following Python code? >>> a=5,6,7,8 >>> b=7,5,6,8 >>> a==b
A.
True
AnswerB.
False
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board