+ 1
What is arrays in pyton
3 Respuestas
+ 5
Hello, Record b breakers !
Python arrays and lists are a simple set of related values that are called elements. Usually this is any type of data, including objects or other lists! When working with arrays, all data must be the same - you can not store strings and integers together.
https://www.sololearn.com/learn/6685/?ref=app
https://www.sololearn.com/learn/6680/?ref=app
0
I don't think there is an build in structure for array in python.
0
for array in python you should learn numpy.