> Hello,
>
> Can some one help me with displaying a matrix vertically.
>
> For example my output matrix is:-
>
> [1 2 5 7 9]
> [25 67 78 23 34]
> [33 22 66 88 98]
> [32 31 41 56 78]
> [21 34 58 99 76]
>
> And i want my matrix to look like this:-
> [1 25 33 32 21]
> [2 67 22 31 34]
> [5 78 66
Begin forwarded message:
> From: Hardik Gandhi
> Date: 2 April 2014 5:25:20 pm EDT
> To: Danny Yoo
> Subject: Re: [Tutor] Fwd: Python bingo game.
> Reply-To: Hardik Gandhi
>
> Hello!
>
> I am trying to build a bingo game on command prompt. That's my tas