News
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this ...
no_of_rows = int(input("enter the size of the Triangle: ")) for rows in range(0, no_of_rows): # First for loop for the no. of rows to be in the triangle for columns ...
you can flip the triangle vertically. Padding the output of the inner loop flips it horizontally. Squares and rectangles are probably the best place to start when learning how to print Python star ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results