Computer Science, asked by smartboy4155, 6 months ago

please give an example.....​

Attachments:

Answers

Answered by Anonymous
5

Answer:

okay

Explanation:

Example -

# This is the example of print simple pyramid pattern.

n = int(input("Enter the number of rows"))

# outer loop to handle number of rows.

for i in range(0, n):

# inner loop to handle number of columns.

# values is changing according to outer loop.

for j in range(0, i + 1):

# printing stars.

Answered by riya7035
2

Answer:

I don't have much time plzzz apko aata ho to mere dusre Question pe answer mardo

Similar questions