numpy or not | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
18th Apr 2020, 11:25 AM
shiryaeva
shiryaeva - avatar
3 Answers
+ 2
You can start learning about numpy on SoloLearn too https://www.sololearn.com/learn/6671/?ref=app And I found this awesome summary, particularly you have to look at slicing of multidimensional arrays https://code.sololearn.com/WJFw0c1vC7nR/?ref=app
18th Apr 2020, 2:55 PM
Tibor Santa
Tibor Santa - avatar
+ 2
Yes, you can solve it also with numpy and also without it. A list of lists works OK in Python to represent a 2-dimensional matrix.
18th Apr 2020, 11:33 AM
Tibor Santa
Tibor Santa - avatar
0
fine. it remains to figure out how to use numpy to solve this problem🤕🐸
18th Apr 2020, 11:40 AM
shiryaeva
shiryaeva - avatar