From 833d923c1e87b87e0dcc0526c0fd8b66ade2c520 Mon Sep 17 00:00:00 2001 From: kalpanayadav <31645538+kalpanayadav@users.noreply.github.com> Date: Sat, 27 Oct 2018 22:34:59 +0530 Subject: [PATCH] Update PricePerUnitWeight.py --- PricePerUnitWeight.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/PricePerUnitWeight.py b/PricePerUnitWeight.py index 59efd76..73cad55 100644 --- a/PricePerUnitWeight.py +++ b/PricePerUnitWeight.py @@ -3,13 +3,10 @@ def main(): ''' - Objective: To compute price per unit weight of an item - Input Parameter: None - Return Value: None - + try exception i used for exception ''' price = float(input('Enter price of item purchased: '))