Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Calculate and Print Averages | Automating Tasks with Python
Automating System Tasks with Python: A Beginner's Guide
Sección 1. Capítulo 4
single

single

bookChallenge: Calculate and Print Averages

Desliza para mostrar el menú

Tarea

Desliza para comenzar a programar

Write a function that calculates and prints the average of a given list of numbers.

  • Calculate the sum of all numbers in the numbers list.
  • Determine the number of elements in the numbers list.
  • If the list is empty, set the average to 0.
  • Otherwise, divide the sum by the number of elements to get the average.
  • Print a message displaying the calculated average.

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 4
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt