Write the output of the given python code : # !/user/bin/python aList = [123, ‘xyz’, ‘zara’, ‘abc’]; aList.insert (3,2009) print “Final List:”, aList
Write the output of the given python code :
# !/user/bin/python
aList = [123, ‘xyz’, ‘zara’, ‘abc’];
aList.insert (3,2009) print “Final List:”, aList
4 views