1. 학습
  2. /
  3. 강의
  4. /
  5. Intermediate Python for Developers

Connected

연습 문제

Finding the average

Your next task is to check delivery times during peak dinner hours (6-9 PM) for a restaurant to optimize platform performance. You have a delivery_times list containing delivery times in minutes.

Let's use the built-in functions to calculate the average delivery time.

지침

100 XP
  • Find the average delivery time, saving as average_time.
  • Round the average_time to two decimal places, saving as average_rounded.