I need the triangle to be in reverse. The assignment requires a nested loop to
generate a triangle with the user input of how many lines.
Currently, I get answers such as: (A)
OOO
OO
O
When I actually need it to be like this: (B)
OOO
OO
O
I need the display (A) to
On Thursday, May 25, 2017 at 12:28:45 PM UTC-4, Victor Demelo wrote:
> I need the triangle to be in reverse. The assignment requires a nested loop
> to generate a triangle with the user input of how many lines.
>
> Currently, I get answers such as:
>
> OOO
> OO
> O
&
On Thursday, May 25, 2017 at 12:28:45 PM UTC-4, Victor Demelo wrote:
> I need the triangle to be in reverse. The assignment requires a nested loop
> to generate a triangle with the user input of how many lines.
>
> Currently, I get answers such as:
>
> OOO
> OO
> O
&
d
--
https://mail.python.org/mailman/listinfo/python-list
I need the triangle to be in reverse. The assignment requires a nested loop to
generate a triangle with the user input of how many lines.
Currently, I get answers such as:
OOO
OO
O
When I actually need it to be like this:
OOO
OO
O
I just need to get it flipped-over on the other