What is the output of the following code ?
del example[2]
Print(example)
example =["January ","February ","March "];



Posted on by