I was wondering whether you could check a number against all numbers in a list, for example:
if n % mylist == 0:
print "Not Prime"
And if you're wondering, this is a continuation of this question, I hope there's not any rules about question frequency... :/