0
Array for python
Anyone can help me with array here, Iâm bad at arrays. Thanks! https://code.sololearn.com/clGNm2cH343Q/?ref=app
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.
+ 3
https://code.sololearn.com/cB38WGEXHje9/?ref=app
see last lines... do the same.