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.
We'll cover the following...
Given a list that contains the radii of several circles, write a function to print an unpacked list of areas of these circles, ...