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: '))