Python Program To Print Numbers In A Right Triangle Pattern|Python Programs For Begginers

preview_player
Показать описание
The above video is about printing numbers in a a right-triangle pattern.If you have any doubts ,reach me out at the comments section.
The above video can be written as:
-asking the user for the input for number of rows.
-creating an outer loop for rows.
-initialising the numbers.
-inner loop for columns
-printing numbers.
Рекомендации по теме