Instruction
Give this one a go!
Exercise
Given a list named athletes_weights with weight values in pounds, print each weight converted into kilograms on separate lines. Assume that:
weight_in_kg = weight_in_lbs * 0.45

Give this one a go!
Given a list named athletes_weights with weight values in pounds, print each weight converted into kilograms on separate lines. Assume that:
weight_in_kg = weight_in_lbs * 0.45
