Vidyalelo
Python · Q44

Python Sets MCQs: Exam

Programming · Python · question 44

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
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board