early continue

skip processing given power of thousand if it is 0
This commit is contained in:
Marek Madejski
2018-12-03 16:07:15 +01:00
parent d78add4c3a
commit 4a0b323fa9
9 changed files with 35 additions and 15 deletions

View File

@@ -53,9 +53,6 @@ class Num2WordsLTTest(TestCase):
'minus penki tūkstančiai kablelis dvidešimt du',
)
# print(fill(n2w(1000000000000000000000000000000)))
# naintilijonas
def test_to_ordinal(self):
# @TODO: implement to_ordinal
with self.assertRaises(NotImplementedError):