Automatic commit performed through alias...

This commit is contained in:
Shaun Setlock
2020-04-20 14:50:04 -04:00
parent d1552c9179
commit 8a464cf5a0
2 changed files with 100 additions and 1 deletions

View File

@@ -52,7 +52,6 @@ def main():
# Calculate intermediate inputs...
max_factor = 10**(factor_length)-1
product_of_factors = max_factor * max_factor # Maximum candidate for palindrome test.
# Initialize loop parameters...
n = max_factor