aboutsummaryrefslogtreecommitdiff
path: root/python/48-self_powers.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/48-self_powers.py')
-rw-r--r--python/48-self_powers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/48-self_powers.py b/python/48-self_powers.py
deleted file mode 100644
index 6d12141..0000000
--- a/python/48-self_powers.py
+++ /dev/null
@@ -1 +0,0 @@
-print(str(sum([i ** i for i in range(1, 1001)]))[-10:])