0
Prime numbers
Whatās wrong in my code? the task is to find all the primes in the range a - b https://code.sololearn.com/c88zt508yqmK/?ref=app
2 Answers
+ 4
May be range(b+1)?
0
b+1 thatās right!!!
š¤¦āāļøš¤¦āāļøš¤¦āāļø
Thank you much!!!