Question: CIRCLE ONE: interaction? > > > s 1 = { 1 , 2 } > > > s 2 = s 1 a . {

CIRCLE ONE:
interaction?
>>>s1={1,2}
>>>s2=s1
a.{1,2}{1,2}
>>>s1.add (3)
>>>s2.remove (3)
b.{1,2},{1,2,3}
>>> print (s1,s2)|
C.{1,2,3}{1,2}
d.{1,2,3}{1,2,3}
 CIRCLE ONE: interaction? >>>s1={1,2} >>>s2=s1 a.{1,2}{1,2} >>>s1.add (3) >>>s2.remove (3) b.{1,2},{1,2,3}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!