What is the output of the following code? a =(1,2,3,4) del a[2] print(a) What is the...

Posted Date: