+ 1
How to declare a two dimensional array in py
eg a[][]
3 Answers
+ 3
example = [word,[letter,number],punc]
char = example[1]
not sure what you mean
+ 4
you simply nest them
example: [word,[letter,number], punc]
0
run time declaration.....?
eg a[][]