My omnium-gatherom of scripts and source code.
at main 7 lines 108 B view raw
1acc = 0 2end = 1337 3for i in range(1, end + 1, 2): 4 acc += i 5 6print(acc) 7print(int(((end + 1) ** 2) / 4))