From dbf159bdac17add49cfd5e8baa158d17f03d5c95 Mon Sep 17 00:00:00 2001 From: ceccs18c62 <60084945+ceccs18c62@users.noreply.github.com> Date: Sun, 24 Oct 2021 07:38:26 +0530 Subject: [PATCH] Update currency.py --- python/currency.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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