python def cucumber_chill_factor(temperature): return (temperature * 0.5) + 5 def cucumber_ice_point(temperature): return (temperature * 0.7) + 3