Sep-16-2019, 11:54 AM
Hi
I have an 2d array A.which each elements of it is a list . when I print A, It gives me sth like this:
[list([]) list([]) list([])]
[list([]) list([]) list([])]
[list([]) list([]) list([])]]
but i dont like to show 'list' word in the print result!
thanks for ur help in advance.
+i use python 3
I have an 2d array A.which each elements of it is a list . when I print A, It gives me sth like this:
[list([]) list([]) list([])]
[list([]) list([]) list([])]
[list([]) list([]) list([])]]
but i dont like to show 'list' word in the print result!

thanks for ur help in advance.
+i use python 3