We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f768ca commit e6149afCopy full SHA for e6149af
Python/find-the-largest-palindrome-divisible-by-k.py
@@ -46,4 +46,4 @@ def f(l):
46
l = n//2-2
47
return '8'+'9'*l+"77"+'9'*l+'8'
48
l, r = divmod(n, 12)
49
- return "999999"*l+f(r)+"999999"*l # 999999%7 == 0
+ return "999999"*l+f(r)+"999999"*l # 999999%7 = 0
0 commit comments