0

Array for python

Anyone can help me with array here, I’m bad at arrays. Thanks! https://code.sololearn.com/clGNm2cH343Q/?ref=app

12th Dec 2019, 2:55 PM
Aimi Misman
Aimi Misman - avatar
2 RĂ©ponses
+ 5
To answer this question properly, we need to know what you want to achieve with arrays. There are several ways and levels to work with arrays or array calculations. For the most basic tasks you can use a list in python. NumPy, SymPy are external modules, that can be used for advanced purpose. I would suggest you to start with python lists, do some exercises and practice with them. If you have no experience with lists, do the python course here in SoloLearn.
12th Dec 2019, 3:54 PM
Lothar
Lothar - avatar
+ 3
12th Dec 2019, 4:02 PM
Oma Falk
Oma Falk - avatar