aboutsummaryrefslogblamecommitdiffstats
path: root/001.py
blob: 4cc6db74cc279240c828741e01c373fb36ca859f (plain) (tree)
1
                                                                   
print(sum([x for x in range(0, 1000) if x % 3 == 0 or x % 5 == 0]))
remember that computers suck.