Does anyone have an idea about implementing two dimensional arrays in Python??
I want to write two programs:
(1) a program for matrix multiplication
(2) a program for displaying Pascal's triangle.
Both these programs require two dimensional array..? Or is there any other way to solve this..
Thanks in anticipation..
Regards,
A Kadri