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, rounded off to two decimal places:

  • Input: A list lst that contains the radii of circles.
  • Output: An unpacked list that contains the areas of circles rounded off to two decimal places.

Get hands-on with 1200+ tech skills courses.