Report Bug

Qus

What will be the output of the following Python code snippet?

z=set('abc')

  z.add('san')  z.update(set(['p', 'q'])) 

z

Qusनिम्नलिखित Python कोड स्निपेट का आउटपुट क्या होगा?


A. {‘abc’, ‘p’, ‘q’, ‘san’}
B. {‘a’, ‘b’, ‘c’, [‘p’, ‘q’], ‘san}
C. {‘a’, ‘c’, ‘c’, ‘p’, ‘q’, ‘s’, ‘a’, ‘n’}
D. {‘a’, ‘b’, ‘c’, ‘p’, ‘q’, ‘san’}


Solution
D. {‘a’, ‘b’, ‘c’, ‘p’, ‘q’, ‘san’}



Explanation
The code shown first adds the element ‘san’ to the set z. The set z is then updated and two more elements, namely, ‘p’ and ‘q’ are added to it. Hence the output is: {‘a’, ‘b’, ‘c’, ‘p’, ‘q’, ‘san’}
CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online Exam Quiz O Level NIELIT Study material and Quiz Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Best Website and Software Company in Allahabad Website development Company in Allahabad