Python for LOOP
Print the pattern using for loop command in python
Attachments:
Answers
Answered by
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