HuyNHP-3.8

Run Settings
LanguagePython
Language Version
Run Command
l = [] for n in range(1,1001): if n % 3 == 0 and n % 5 == 0: l.append(n) print(l) print(sum(l))
Editor Settings
Theme
Key bindings
Full width
Lines