Write a Python function called sumList () which will receive a list of integers as inputparameter. sumList() must have the following in the code:a) Print the listb) Sum all the numbers in a list and print the total.The main section of your program must:c) Ask the user how many numbers the list should contain;d) Create the list accordingly (containing randomly generated integers between 0and 100);e) Pass the list to sumList () for processing.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here