Hey all,<br>I am new here and new to python too. In general new to programming .<br>I was working on aproblem.<br>and need some help.<br>I have a list of numbers say [2,3,5,6,10,15]<br>which all divide number 30.<br>Now i have to reduce this list to the numbers which are prime in number.<br>
i.e.<br>[2,3,5]<br>can somebody suggest?<br>K<br>