diff --git a/src/Python/Problems001-050/Problem017.py b/src/Python/Problems001-050/Problem017.py index bb19f54..c6e9b4d 100644 --- a/src/Python/Problems001-050/Problem017.py +++ b/src/Python/Problems001-050/Problem017.py @@ -81,6 +81,7 @@ def compute(): 20 letters. The use of "and" when writing out numbers is in compliance with British usage. """ + n = 1000 letters = 0 for num in range(1, n + 1):