- 2
Pytho program which takes the lower limit and upper limit then find which of the number are prime number. Can't understand this?
3 Antworten
+ 2
Please don't put everything in the heading, it gets cut off and nobody can read it.
A prime number is this:
https://en.m.wikipedia.org/wiki/Prime_number
+ 1
SAfiullaH KhoKhar
An example of this is
lower input -> 0
upper limit -> 20
prime numbers in range
2, 3, 5, 7, 11, 13, 17, 19
+ 1
Thanks brother