Question 1

Consider the list A , what will be the result of the following operation: set(A) ?


Question 2

Consider the Set: V={'A','B'} , what is the result of V.add('C') ?


Question 3

What is the result of the following: '1' in {'1','2'} ?