Perl Primer

Write a program in python that will get 5 elements from the user and add them into a list1, after adding the elements into list1, create list2 that will add only elements of even position from list1. ... Write code to create a 1D array using numpy and find out largest element in it. 3. g) Write the output of following program. (a) d1={1:10,2:20 ... ................
................