- 2
Print pattern prime number in python
2 3 5 7 11 13 17 19 23 29
3 Antworten
+ 2
Hi Jeel Bhalodiya !
It is two different things you have to put together:
1) Make a list of primes.
2) Print out the list with primes as a triangle, so every new row takes one more number from the list than the row before.
Do you need help with any of these two? Can you show us your atempts?
+ 1
What is your question?
0
Pattern program in python