»»»»»»»»»»♥«««««««««««
hello all...
»»»»»»»»»»♥«««««««««««
Attachments:
Answers
Answered by
14
❇
✔Patterns can be printed in python using simple for loops.
First outer loop is used to handle number of rows and Inner nested loop is used to handle the number of columns.
Manipulating the print statements different number patterns alphabet patterns or star patterns can be printed.
Attachments:
Answered by
1
Answer:
*
* *
* * *
* * * *
* * * * *
Explanation:
Patterns can be printed in python using simple for loops. First outer loop is used to handle number of rows and Inner nested loop is used to handle the number of columns. Manipulating the print statements, different number patterns, alphabet patterns or star patterns can be printed.
Similar questions