Hey guys,
I want to create a new array in python. But cant seem to find a way of doing it without having to give initializing values...
Basically i want to do wat this java line does
float myArr[65353];
and to make matters worse when storing/retrieving data i wont be doing it in sequence. meaning data entry will be something like
myarr[45]=2
myarr[619]=3.465
myarr[36249]=28.405
the main point is for me to use a known integer as the index for storing/reading