1#arrays and lists are different2#numpy arrays are faster3this_is_a_list = [1, 2, 3]
4import numpy #is you do not have it do pip install numpy5this_is_an_array = numpy.array([1, 2, 3])
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