Computer Science, asked by nischaltripathi2178, 1 year ago

program for diplaying the following pattern * *# *#* *#*# *#*#*

Answers

Answered by tkumbhar66
0

Answer:

what is this? or which subject

Answered by devanshd0007
2

Answer:

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.

Some of the Patterns are shown in this article.

Similar questions