What is the output of following code
a = [1,2,3] del a[1] print(a)
निम्नलिखित कोड का आउटपुट क्या होगा?