Learn practical skills, build real-world projects, and advance your career
cost_of_ice_bag = 1.25
profit_margin = .2
number_of_bags = 500
profit_margin
0.2
profit_per_bag = cost_of_ice_bag * profit_margin