Computer Science, asked by harshajparihar, 2 months ago

python program to print triangle pattern of prime number.

Attachments:

Answers

Answered by 2602alpha
0

Answer:

python program to print triangle pattern of prime number.

Answered by Anonymous
0

Take the number of rows(N) of right triangle as input from user using scanf function. Number of integers in Kth row is always K. We will use two for loops to print righttriangle of prime numbers. Outer for loop will iterate N time.

 \\

brainlist plz

Similar questions