Computer Science, asked by ProBroJokesMan, 3 months ago

Python for LOOP

Print the pattern using for loop command in python

Attachments:

Answers

Answered by karthi999
1

Answer:

Accept the number of rows from a user using the input() function or decide the size of a pattern.

Iterate the number of rows using outer for loop and range() function.

Next, the inner loop or nested for loop to handle the number of columns.

Explanation:

please follow me on brainly and mark me as the brainest answer

Similar questions
Math, 3 months ago