3 lines
60 B
Text
3 lines
60 B
Text
|
|
semiPrimeQ[#] & /@ Range[100];
|
||
|
|
Position[%, True] // Flatten
|