Initial commit
This commit is contained in:
8
problem-48.py
Normal file
8
problem-48.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
num = 0
|
||||
for i in range(1, 1001):
|
||||
num += i ** i
|
||||
print(str(num)[-10:])
|
||||
|
||||
Reference in New Issue
Block a user