A

Admin • 802.91K Points
Coach

Q. What will np.arange(1, 10, 3) return?

  • (A) [1, 4, 7]
  • (B) [1, 2, 3]
  • (C) [1, 4, 9]
  • (D) [1, 5, 10]
  • Correct Answer - Option(A)
  • Views: 2
  • Filed under category Numpy
  • Hashtags:

Explanation by: Admin
np.arange(start, stop, step) returns values from start to less than stop.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.