Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
List basics
Lists with if statements and loops
Lists in functions
Summary
23. Exercise 1

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