diff --git a/python/currency.py b/python/currency.py index 16efef4..5ba5118 100644 --- a/python/currency.py +++ b/python/currency.py @@ -10,7 +10,8 @@ if amount>1: count = count+(amount//i) amount = amount%i + #printing the count print(count) except: - pass \ No newline at end of file + pass