Adopted new convention from template

This commit is contained in:
David Doblas Jiménez 2022-09-26 20:45:50 +02:00
parent fddc440fee
commit 86f325f863

View File

@ -81,6 +81,7 @@ def compute():
20 letters. The use of "and" when writing out numbers is in compliance 20 letters. The use of "and" when writing out numbers is in compliance
with British usage. with British usage.
""" """
n = 1000 n = 1000
letters = 0 letters = 0
for num in range(1, n + 1): for num in range(1, n + 1):