Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions PricePerUnitWeight.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: '))
Expand Down