We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6fb746 commit 38eff76Copy full SHA for 38eff76
project_euler/problem_56/sol1.py
@@ -1,6 +1,6 @@
1
2
3
-def maximum_digital_sum(a,b) -> int:
+def maximum_digital_sum(a: int, b: int) -> int:
4
"""
5
Considering natural numbers of the form, a**b, where a, b < 100,
6
what is the maximum digital sum?
0 commit comments