Computer Science, asked by rj8506436, 4 months ago

wap in python to print the pattern​

Attachments:

Answers

Answered by 40athirasajeevan
1

Answer:

here's the answer

Explanation:

hope this helps u

Attachments:
Answered by harshvirsing55
7

Answer:

\red{\fbox{\tt PROGRAM IN PYTHON LANGUAGE}}

rows=3

for i in range(rows):

   print(" "*(rows-i-1)+"* "*(i+1))

for j in range(rows-1,0,-1):

   print(' '*(rows-j)+'* '*(j))

\orange{\tt Hope it will} \green{\tt help you.}

   

       

   

Attachments:
Similar questions