Question: python code plz must use numpy Task 2 1. Create a list with the digits in your student ID and stores in a value list_id.
Task 2 1. Create a list with the digits in your student ID and stores in a value list_id. 2. Create an array with the digits in your student ID and stores in value array_id. 3. Print the type, length of list id. 4. Print the type, length of array id. 5. Print the mean of list_ id with build-in python function. 6. Print the mean of array id with numpy function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
