Help for this page
for n in range(2, 100): for x in range(2, n): ... else: print(n, 'is a primer number')
for $i (2..100){ $p=0; ... } } }