Skip to content

Instantly share code, notes, and snippets.

View davesic's full-sized avatar
🎯
Focusing

davesic

🎯
Focusing
View GitHub Profile
from pathlib import Path
import random, math
START = 1
STOP = 300
STEP = 1
REVERSE = False
SHUFFLE = False
SKIP_EVEN = False
ONLY_PRIMES = False