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