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