1import numpy as np
2my_list = [2,4,6,8,10]
3my_array = np.array(my_list)
4# printing my_array5print my_array
6# printing the type of my_array7printtype(my_array)
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content