How to create array with specific values?

I’m creating an array using NumPy but it doesn’t contain the values that I want to have it. Is there any way to create an array that contains values in a specific range? If yes, then let me know.

Yes @safa, there are numerous ways of how you can do this and if you want to have specific values for each index in the, you can use the following code:

  • In this code, you can create a NumPy array of any shape using the zeros() function which creates an array of your specified shape and fills it with zeros.
  • You can then set specific values for each position in the array using indexing.