aboutsummaryrefslogtreecommitdiffstats
path: root/001.py
diff options
context:
space:
mode:
Diffstat (limited to '001.py')
-rw-r--r--001.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/001.py b/001.py
new file mode 100644
index 0000000..4cc6db7
--- /dev/null
+++ b/001.py
@@ -0,0 +1 @@
+print(sum([x for x in range(0, 1000) if x % 3 == 0 or x % 5 == 0]))
remember that computers suck.