Lennyboi wrote:
Can I declare an array of variables in python like in C

int p[10];

I looked everywhere, but I don't find any mention of it.


p = []

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to