Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I tried using printoptions, as you could see in your output, it is no longer an array of integers (comma is not there between the numbers). So I could not access the array using index going further Commented Aug 27, 2019 at 6:28
  • using index you can print like this: print(a[0][0].round(2)) Commented Aug 27, 2019 at 6:39