...

/

Challenge: Print an Unpacked List of Areas of Circles

Challenge: Print an Unpacked List of Areas of Circles

Write a function to print an unpacked list of areas of circles rounded off to two decimal places.

Given a list that contains the radii of several circles, write a function to print an unpacked list of areas of these circles, ...