I checked the Python website. It seems a similar structure to the "struct" in C would be the "
list" or "
dict". The "list" is more like an array in C, while the "dict" is similar to the "struct". However, I don't know how to combine the list and dict to make a struct array. Can anyone help me?
Zhi