Computer Science, asked by abhinandanbanerjee12, 11 months ago

how to print star pattern in python?

Answers

Answered by dipuroy28
1

Explanation:

1) Accept the number rows user want to print in the pattern.

2)lterate those numbers outer to loop the handle the number of rows.

3)lnner loop to handle the number of columbs.....

4)print ,start,nut,asterisk pyramid and diamond pattern using the print() function.

Answered by BrainlySmile
0

Answer- The above question is from the chapter 'Introduction to Python'.

Python-

Python is a simple programming language.

It has been created by Guido van Rossum and launched in 1991.

Its features make it easy to understand and this language is used a lot in the big companies and industries.

Given question: How to print star pattern in python?

Answer: (See the following attachments.)

Attachments:
Similar questions