solve 56 in python
This commit is contained in:
2
56/main.py
Normal file
2
56/main.py
Normal file
@@ -0,0 +1,2 @@
|
||||
c = lambda n: sum([int(c) for c in str(n)])
|
||||
print(max([c(x**y) for x in range(100) for y in range(100)]))
|
||||
Reference in New Issue
Block a user