python program to print triangle pattern of prime number.
Attachments:
Answers
Answered by
0
Answer:
python program to print triangle pattern of prime number.
Answered by
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