Posts by user12976189 • 11 points
1 post
-
0
votes4
answers276
viewsA: Prime numbers with Python
A line (a list) for primes smaller than 50... [len(x) for x in list(map(lambda x: [operator.mod(len(range(1,x)), z) for z in range(1,x)], [item for item in range(1,50)])) if x.count(0) == 2]…