#bulk vs package food #input price_bulk=float(input("enter price per pound in bulk ")) size=float(input("enter size of the package ")) price_pack=float(input("enter price of the package ")) price_pound_pack=price_pack/size if(price_bulkprice_pound_pack): print("better to buy package") else: print("same prices")