Choice Card

What will be the output of the following Python code? >>> a=(1,2,3,4) >>> del(a[2])

Belongs to subject Python

What will be the output of the following Python code?

a=(1,2,3,4) del(a2)